ReactOS 0.4.16-dev-300-g2aadf2e
|
#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) |
#define AUDIO_LIST_LOCK_NAME L"Global\\AudioDeviceListLock" |
Definition at line 19 of file audiosrv.h.
#define AUDIO_LIST_MAX_SIZE 65536 |
Definition at line 25 of file audiosrv.h.
#define AUDIO_LIST_NAME L"Global\\AudioDeviceList" |
Definition at line 22 of file audiosrv.h.
#define SERVICE_NAME L"AudioSrv" |
Definition at line 15 of file audiosrv.h.
Definition at line 45 of file audiosrv.h.
Definition at line 15 of file pnp_list_lock.c.
Referenced by CreateAudioDeviceList().
Definition at line 38 of file pnp_list_lock.c.
Referenced by CreateAudioDeviceList(), and DestroyAudioDeviceList().
Definition at line 45 of file pnp_list_lock.c.
Referenced by AppendAudioDeviceToList(), CreateAudioDeviceList(), and DestroyAudioDeviceList().
Definition at line 52 of file pnp_list_lock.c.
Referenced by AppendAudioDeviceToList(), CreateAudioDeviceList(), and DestroyAudioDeviceList().