ReactOS 0.4.15-dev-8434-g155a7c7
_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 268 of file mmebuddy.h.

Member Data Documentation

◆ FunctionTable

MMFUNCTION_TABLE _SOUND_DEVICE::FunctionTable

Definition at line 276 of file mmebuddy.h.

◆ HeadInstance

struct _SOUND_DEVICE_INSTANCE* _SOUND_DEVICE::HeadInstance

◆ Identifier

PVOID _SOUND_DEVICE::Identifier

Definition at line 274 of file mmebuddy.h.

Referenced by ListSoundDevice().

◆ Next

struct _SOUND_DEVICE* _SOUND_DEVICE::Next

Definition at line 270 of file mmebuddy.h.

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

◆ TailInstance

struct _SOUND_DEVICE_INSTANCE* _SOUND_DEVICE::TailInstance

Definition at line 272 of file mmebuddy.h.

Referenced by ListSoundDevice(), and UnlistSoundDeviceInstance().

◆ Type

MMDEVICE_TYPE _SOUND_DEVICE::Type

Definition at line 273 of file mmebuddy.h.

Referenced by AllocateSoundDevice().


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