WinMmResult Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
Public Enumeration WinMmResult
Dim instance As WinMmResult
public enum class WinMmResult
No code example is currently available or this language may not be supported.
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.
|