Microsoft DirectX 8.0 (C++)

DMUS_VARIATIONS_PARAM

Contains information about variations associated with channels. It is used when retrieving the GUID_Variations parameter.

typedef struct _DMUS_VARIATIONS_PARAM {
    DWORD   dwPChannelsUsed;
    DWORD*  padwPChannels;
    DWORD*   padwVariations;
} DMUS_VARIATIONS_PARAM;

Members

dwPChannelsUsed
DWORD that receives the number of performance channels in use.
padwPChannels
Address of an array of DWORD values that receives the performance channels in use.
padwVariations
Array of variations in effect for each channel, where each bit set represents a variation.

Requirements

  Header: Declared in dmusici.h.