DSOUND_IO_DSBUSID

The DSOUND_IO_DSBUSID structure contains bus identifiers. Used in the DirectSound Buffer Configuration Form.

Syntax

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:** Dmusicf.h

See Also

© 2004 Microsoft Corporation. All rights reserved.