ReactOS
0.4.15-dev-4914-g2220e56
|
#include <winsvc.h>
Go to the source code of this file.
Classes | |
struct | PnP_AudioDevice |
struct | PnP_AudioHeader |
Macros | |
#define | SERVICE_NAME L"AudioSrv" |
#define | AUDIO_LIST_LOCK_NAME L"Global\\AudioDeviceListLock" |
#define | AUDIO_LIST_NAME L"Global\\AudioDeviceList" |
#define | AUDIO_LIST_MAX_SIZE 65536 |
#define | WideStringSize(str) ( (lstrlenW(str) + 1) * sizeof(WCHAR) ) |
Functions | |
BOOL | InitializeAudioDeviceListLock (VOID) |
VOID | KillAudioDeviceListLock (VOID) |
VOID | LockAudioDeviceList (VOID) |
VOID | UnlockAudioDeviceList (VOID) |
Definition at line 19 of file audiosrv.h.
#define AUDIO_LIST_MAX_SIZE 65536 |
Definition at line 25 of file audiosrv.h.
Definition at line 22 of file audiosrv.h.
Definition at line 15 of file audiosrv.h.
Definition at line 45 of file audiosrv.h.
Definition at line 16 of file pnp_list_lock.c.
Referenced by CreateAudioDeviceList().
Definition at line 39 of file pnp_list_lock.c.
Referenced by CreateAudioDeviceList(), and DestroyAudioDeviceList().
Definition at line 46 of file pnp_list_lock.c.
Referenced by AppendAudioDeviceToList(), CreateAudioDeviceList(), and DestroyAudioDeviceList().
Definition at line 53 of file pnp_list_lock.c.
Referenced by AppendAudioDeviceToList(), CreateAudioDeviceList(), and DestroyAudioDeviceList().