DMUS_OFFSETTABLE

DirectMusic

Microsoft DirectX 9.0 SDK Update (Summer 2004)

DMUS_OFFSETTABLE

The DMUS_OFFSETTABLE structure is used in the header of DLS instrument data being downloaded to a port.

Syntax

typedef struct _DMUS_OFFSETTABLE {
  ULONG ulOffsetTable[DMUS_DEFAULT_SIZE_OFFSETTABLE];
} DMUS_OFFSETTABLE;

Members

ulOffsetTable

Array of byte offsets into the data.

Requirements

  Header: Declared in dmdls.h.

See Also


© 2004 Microsoft Corporation. All rights reserved.