Microsoft DirectX 9.0 SDK Update (October 2004) |
The DMUS_ARTICULATION structure describes a
Syntax
typedef struct {
ULONG ulArt1Idx;
ULONG ulFirstExtCkIdx;
} DMUS_ARTICULATION;
Members
ulArt1Idx
Index, in the DMUS_OFFSETTABLE structure, of the DLS articulation chunk. If 0, there is no DLS articulation.
ulFirstExtCkIdx
Index of the first third-party extension chunk. If 0, there are no third-party extension chunks associated with the articulation.
Remarks
The articulation chunk consists of a DMUS_ARTICPARAMS structure.
Requirements
Header: Dmdls.h
See Also