Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DSOUND_IO_DXDMO_DATA structure contains data for a DMO .
Syntax
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:** Dmusicf.h
See Also