Microsoft DirectX 8.0 (C++)

DSOUND_IO_DXDMO_DATA

Contains data for a DMO.

typedef struct _DSOUND_IO_DXDMO_DATA {
    DWORD data[1];
} DSOUND_IO_DXDMO_DATA;

Members

data
Array of DWORD values containing the data. The size of the array can be determined from the chunk size.

Requirements

  Header: Declared in dmusicf.h.