winmm property
When creating a device, WinMM expects a Win32 UINT_PTR for device identification. In practice it's actually just a UINT.
Implementation
@ma_uint32()
external int winmm;
When creating a device, WinMM expects a Win32 UINT_PTR for device identification. In practice it's actually just a UINT.
@ma_uint32()
external int winmm;