ReactOS 0.4.16-dev-13-ge2fc578
|
#include <sysaudio.h>
Public Attributes | |
LIST_ENTRY | Entry |
UNICODE_STRING | DeviceName |
HANDLE | Handle |
PFILE_OBJECT | FileObject |
Definition at line 12 of file sysaudio.h.
UNICODE_STRING KSAUDIO_DEVICE_ENTRY::DeviceName |
Definition at line 15 of file sysaudio.h.
Referenced by InsertAudioDevice(), and SysAudio_Shutdown().
LIST_ENTRY KSAUDIO_DEVICE_ENTRY::Entry |
Definition at line 14 of file sysaudio.h.
Referenced by InsertAudioDevice().
PFILE_OBJECT KSAUDIO_DEVICE_ENTRY::FileObject |
Definition at line 18 of file sysaudio.h.
Referenced by InsertAudioDevice(), and SysAudio_Shutdown().
HANDLE KSAUDIO_DEVICE_ENTRY::Handle |
Definition at line 17 of file sysaudio.h.
Referenced by InsertAudioDevice(), and SysAudio_Shutdown().