typedef enum {
SoundExcludeOpen,
SoundExcludeClose,
SoundExcludeEnter,
SoundExcludeLeave,
SoundExcludeQueryOpen
} SOUND_EXCLUDE_CODE;
SOUND_EXCLUDE_CODE is an enumerated type that is used with exclusion routines. Exclusion routines are defined using the SOUND_EXCLUDE_ROUTINE type.
Elements
SoundExcludeOpen
The device is being opened.
SoundExcludeClose
The device is being closed.
SoundExcludeEnter
A request for this device is starting.
SoundExcludeLeave
The request is finished.
SoundExcludeQueryOpen
Queries to determine if the device is open.