Data Type : Rich Text

BSIG - CD record header of type, B(YTE).
----------------------------------------------------------------------------------------------------------


#include <ods.h>

Definition :

typedef struct {
  BYTE Signature; /* Signature */
  BYTE Length;    /* (length is inclusive with this struct) */
} BSIG;


Description :

Every CD record begins with a header. There are three types of headers, BSIG, WSIG, and LSIG. The first byte of the header is a signature which identifies the type of the header and the type of the CD record that follows.

See Also :

SIG_CD_xxx
----------------------------------------------------------------------------------------------------------