Platform SDK: DirectX

DMUS_IO_REFERENCE

The DMUS_IO_REFERENCE structure contains information about a reference to another object that might be stored in another file. It is used in the reference list chunk. See Common Chunks.

typedef struct _DMUS_IO_REFERENCE {
    GUID    guidClassID; 
    DWORD   dwValidData;
} DMUS_IO_REFERENCE;
guidClassID
Class identifier.
dwValidData
Flags to indicate which data chunks for the reference are present. For a list of values, see the corresponding member of DMUS_OBJECTDESC.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
  Header: Declared in dmusicf.h.