ReactOS 0.4.15-dev-7842-g558ab78
KSAUDIO_DEVICE_ENTRY Struct Reference

#include <sysaudio.h>

Collaboration diagram for KSAUDIO_DEVICE_ENTRY:

Public Attributes

LIST_ENTRY Entry
 
UNICODE_STRING DeviceName
 
HANDLE Handle
 
PFILE_OBJECT FileObject
 

Detailed Description

Definition at line 12 of file sysaudio.h.

Member Data Documentation

◆ DeviceName

UNICODE_STRING KSAUDIO_DEVICE_ENTRY::DeviceName

Definition at line 15 of file sysaudio.h.

Referenced by InsertAudioDevice(), and SysAudio_Shutdown().

◆ Entry

LIST_ENTRY KSAUDIO_DEVICE_ENTRY::Entry

Definition at line 14 of file sysaudio.h.

Referenced by InsertAudioDevice().

◆ FileObject

PFILE_OBJECT KSAUDIO_DEVICE_ENTRY::FileObject

Definition at line 18 of file sysaudio.h.

Referenced by InsertAudioDevice(), and SysAudio_Shutdown().

◆ Handle

HANDLE KSAUDIO_DEVICE_ENTRY::Handle

Definition at line 17 of file sysaudio.h.

Referenced by InsertAudioDevice(), and SysAudio_Shutdown().


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