WinMmResult Enumeration

Defines an error value for WaveOutGetVolume(IntPtr, UInt32) and WaveOutSetVolume(IntPtr, UInt32) functions.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum WinMmResult

Remarks

Members

NoError 0 Successful, no error.
BadDeviceId 2 Specified device identification number is out of range.
InvalidHandle 5 Specified device handle is invalid.
NoDriver 6 No device driver is present.
NoMem 7 Unable to allocate or lock memory.
NotSupported 8 Function is not supported.

See Also