Data Type : Rich Text

LSIG - CD record header of type, L(ONG).
----------------------------------------------------------------------------------------------------------


#include <ods.h>

Definition :

typedef struct {
  WORD  Signature; /* ORed with DWORDRECORDLENGTH */
  DWORD Length;    /* (length is inclusive with this struct) */
} LSIG;


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
----------------------------------------------------------------------------------------------------------