MCI_TOC_REC

This structure contains fields that make up the TOC record.

typedef struct _MCI_TOC_REC {
  BYTE       TrackNum;     /*  Track number. */
  ULONG      ulStartAddr;  /*  Starting address in MMTIME. */
  ULONG      ulEndAddr;    /*  Ending address in MMTIME. */
  BYTE       Control;      /*  Track control info. */
  USHORT     usCountry;    /*  Country. */
  ULONG      ulOwner;      /*  Owner. */
  ULONG      ulSerialNum;  /*  Serial number. */
} MCI_TOC_REC;

typedef   MCI _ TOC _ REC   * PTOCREC ;


[Back: MCI_TOC_PARMS Field - ulBufSize]
[Next: MCI_TOC_REC Field - TrackNum]