TBinField struct
![Next](../_derived/next_cmp_sumipntg010_next.gif)
![](../_themes/sumipntg/sumhorsa.gif)
TBinField struct
Header File
<owl/file.h>
struct TBinField {
TVarType Type;
/* Declared type of struct field*/
int
Bytes;
/* # of bytes occupied in file */
int
Count;
/* # of repeatitions of this item*/
};
Description
The TBinField struct describes a group of
like-typed fields in a structure to be read or written using the binary I/O struct calls.
Revised: February 09, 2000.
|