DMUS_IO_REFERENCE

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

DMUS_IO_REFERENCE

The DMUS_IO_REFERENCE structure contains information about a reference to another object that might be stored in another file. Used in the Reference List chunk.

Syntax

typedef struct _DMUS_IO_REFERENCE {
  GUID  guidClassID; 
  DWORD dwValidData;
} DMUS_IO_REFERENCE;

Members

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

  Header: Declared in dmusicf.h.

See Also


© 2004 Microsoft Corporation. All rights reserved.