High-Level Screen Management Intrinsic Library Reference Manual (32424-90002)
3- 12
1. File Information Retrieval (
mode
= 1)
Table 3-2. INFOBUF Formats
--------------------------------------------------------------------------------------------
| | |
|
fileversion
| four-byte integer |
| | |
| |
infobuflen
= 4 |
| | |
| | File version number that is a data/time stamp. |
| | It is recorded when the forms file was last |
| | compiled. |
| | |
|
numforms
| four-byte integer |
| | |
| |
infobuflen
= 8 |
| | |
| | Number of forms in the file. |
| | |
|
maxnumflds
| four-byte integer |
| | |
| |
infobuflen
= 12 |
| | |
| | Maximum number of fields in any one form. |
| | |
|
maxdatabuflen
* | four-byte integer |
| | |
| |
infobuflen
= 16 |
| | |
| | Maximum data buffer size in bytes. |
| | It may be overstated by two bytes. |
| | |
|
numsaveflds
| four-byte integer |
| | |
| |
infobuflen
= 20 |
| | |
| | Number of save fields in file. |
| | |
|
headform
| 32-byte character array |
| | |
| |
infobuflen
= 52 |
| | |
| | Name of head form in file. |
| | |
|
globerrenh
| 8-byte character array |
| | |
| |
infobuflen
= 60 |
| | |
| | Global error enhancement. |
| | This is a combination of |
| | I, H, U, B, 1-8, or NONE. |
| | |
|
globwindowenh
| 8-byte character array |
| | |
| |
infobuflen
= 68 |
| | |
| | Global window enhancement. |
| | This is a combination of |
| | I, H, U, B, 1-8, or NONE. |
| | |
|
windowposition
| four-byte integer |
| | |
| |
infobuflen
= 72 |
| | |
| | The line on the screen where |
| | the window appears. This is |
| | line number 0-24. The line |
| | closest to the top of the form is 1. |
| | Zero (0) means no window. |
| | |
--------------------------------------------------------------------------------------------