ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
PVOID | AllocateMemory (IN UINT Size) |
VOID | FreeMemory (IN PVOID Pointer) |
UINT | GetMemoryAllocationCount () |
UINT | GetDigitCount (IN UINT Number) |
MMRESULT | Win32ErrorToMmResult (IN UINT ErrorCode) |
MMRESULT | TranslateInternalMmResult (IN MMRESULT Result) |
Variables | |
static HANDLE | ProcessHeapHandle = NULL |
static UINT | CurrentAllocations = 0 |
Definition at line 20 of file utility.c.
Definition at line 68 of file utility.c.
Referenced by DetectNt4SoundDevices(), and OpenSoundDeviceRegKey().
UINT GetMemoryAllocationCount | ( | ) |
Definition at line 58 of file utility.c.
Referenced by DriverProc().
Definition at line 132 of file utility.c.
Referenced by CreateSoundDeviceInstance(), CreateSoundThread(), DestroySoundDeviceInstance(), GetNt4SoundDeviceCapabilities(), GetSoundDeviceCapabilities(), MmeCloseDevice(), MmeGetDeviceInterfaceString(), MmeGetLineInfo(), MmeGetPosition(), MmeGetVolume(), MmeOpenDevice(), MmeSetState(), MmeSetVolume(), OpenNt4KernelSoundDevice(), PopulateWdmDeviceList(), PrepareWaveHeader(), QueryNt4WaveDeviceFormatSupport(), QueryWaveDeviceFormatSupport(), SetNt4WaveDeviceFormat(), SetWaveDeviceFormat(), StopStreaming(), UnlistSoundDeviceInstance(), UnprepareWaveHeader(), WdmAudCloseSoundDeviceByLegacy(), WdmAudCloseSoundDeviceByMMixer(), WdmAudCommitWaveBufferByLegacy(), WdmAudCommitWaveBufferByMMixer(), WdmAudGetCapabilitiesByLegacy(), WdmAudGetDeviceInterfaceStringByLegacy(), WdmAudGetNumWdmDevsByLegacy(), WdmAudGetVolumeByMMixer(), WdmAudGetWavePositionByLegacy(), WdmAudGetWavePositionByMMixer(), WdmAudSetMixerDeviceFormatByLegacy(), WdmAudSetVolumeByMMixer(), WdmAudSetWaveDeviceFormatByLegacy(), WdmAudSetWaveDeviceFormatByMMixer(), WdmAudSetWaveStateByLegacy(), and WriteWaveHeader().
Definition at line 87 of file utility.c.
Referenced by CreateSoundThread(), InitEntrypointMutexes(), OpenKernelSoundDeviceByName(), and SyncOverlappedDeviceIoControl().
|
static |
Definition at line 14 of file utility.c.
Referenced by AllocateMemory(), FreeMemory(), and GetMemoryAllocationCount().
Definition at line 13 of file utility.c.
Referenced by AllocateMemory(), and FreeMemory().