Microsoft DirectX 8.0 (C++)

DSOUND_IO_DSBUSID

Contains bus identifiers. Used in the DirectSound Buffer Configuration Form.

typedef struct _DSOUND_IO_DSBUSID {
    DWORD busid[1];
} DSOUND_IO_DSBUSID;

Members

busid
Array of DWORDs containing the bus identifiers. The size of the array can be determined from the chunk size.

Requirements

  Header: Declared in dmusicf.h.