ReactOS 0.4.16-dev-300-g2aadf2e
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
MMRESULT | OpenKernelSoundDeviceByName (IN PWSTR DevicePath, IN BOOLEAN ReadOnly, OUT PHANDLE Handle) |
MMRESULT | CloseKernelSoundDevice (IN HANDLE Handle) |
MMRESULT | SyncOverlappedDeviceIoControl (IN HANDLE Handle, IN DWORD IoControlCode, IN LPVOID InBuffer, IN DWORD InBufferSize, OUT LPVOID OutBuffer, IN DWORD OutBufferSize, OUT LPDWORD BytesTransferred OPTIONAL) |
Definition at line 58 of file kernel.c.
Referenced by CloseNt4SoundDevice(), GetNt4SoundDeviceCapabilities(), and QueryNt4WaveDeviceFormatSupport().
MMRESULT OpenKernelSoundDeviceByName | ( | IN PWSTR | DevicePath, |
IN BOOLEAN | ReadOnly, | ||
OUT PHANDLE | Handle | ||
) |
Definition at line 23 of file kernel.c.
Referenced by DetectNt4SoundDevices(), and OpenNt4KernelSoundDevice().
MMRESULT SyncOverlappedDeviceIoControl | ( | IN HANDLE | Handle, |
IN DWORD | IoControlCode, | ||
IN LPVOID | InBuffer, | ||
IN DWORD | InBufferSize, | ||
OUT LPVOID | OutBuffer, | ||
IN DWORD | OutBufferSize, | ||
OUT LPDWORD BytesTransferred | OPTIONAL | ||
) |
Definition at line 74 of file kernel.c.