DSOUND_IO_DXDMO_DATA

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

© 2004 Microsoft Corporation. All rights reserved.