mciGetDeviceID function winmm

int mciGetDeviceID(
  1. Pointer<Utf16> pszDevice
)

The mciGetDeviceID function retrieves the device identifier corresponding to the name of an open device.

MCIDEVICEID mciGetDeviceIDW(
  LPCTSTR lpszDevice
);

Implementation

int mciGetDeviceID(Pointer<Utf16> pszDevice) => _mciGetDeviceID(pszDevice);