TBinField struct

Back Up Next

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.


Copyright © 1998-2001 Yura Bidus. All rights reserved.