Skip to content

CDALTERNATEEND

Data Type : Composite Data
CDALTERNATEEND - End of alternate display records.

#include <editods.h>

Definition :

typedef struct {
   BSIG  Header; /* Signature and length of this record */
   DWORD Flags;  /* Unused; must be 0 */
} CDALTERNATEEND;

Description :

This record marks the end of a sequence of CD records comprising the alternate representation of an active object. For more information, please see the entry for CDALTERNATEBEGIN. The fields in this record are:


      Header Identifies this as a CDALTERNATEEND record
      Flags Currently unused; must be 0

See Also : CDALTERNATEBEGIN