ReactOS 0.4.15-dev-7961-gdcf9eb0
_SOUND_DEVICE Struct Reference

#include <mmebuddy.h>

Collaboration diagram for _SOUND_DEVICE:

Public Attributes

struct _SOUND_DEVICENext
 
struct _SOUND_DEVICE_INSTANCEHeadInstance
 
struct _SOUND_DEVICE_INSTANCETailInstance
 
MMDEVICE_TYPE Type
 
PVOID Identifier
 
MMFUNCTION_TABLE FunctionTable
 

Detailed Description

Definition at line 255 of file mmebuddy.h.

Member Data Documentation

◆ FunctionTable

MMFUNCTION_TABLE _SOUND_DEVICE::FunctionTable

Definition at line 263 of file mmebuddy.h.

◆ HeadInstance

struct _SOUND_DEVICE_INSTANCE* _SOUND_DEVICE::HeadInstance

◆ Identifier

PVOID _SOUND_DEVICE::Identifier

Definition at line 261 of file mmebuddy.h.

Referenced by ListSoundDevice().

◆ Next

struct _SOUND_DEVICE* _SOUND_DEVICE::Next

Definition at line 257 of file mmebuddy.h.

Referenced by GetSoundDevice(), IsValidSoundDevice(), ListSoundDevice(), and UnlistSoundDevice().

◆ TailInstance

struct _SOUND_DEVICE_INSTANCE* _SOUND_DEVICE::TailInstance

Definition at line 259 of file mmebuddy.h.

Referenced by ListSoundDevice(), and UnlistSoundDeviceInstance().

◆ Type

MMDEVICE_TYPE _SOUND_DEVICE::Type

Definition at line 260 of file mmebuddy.h.

Referenced by AllocateSoundDevice().


The documentation for this struct was generated from the following file: