mciGetDeviceIDFromElementID function winmm
The mciGetDeviceIDFromElementID function retrieves the MCI device identifier corresponding to an element identifier.
MCIDEVICEID mciGetDeviceIDFromElementIDW(
DWORD dwElementID,
LPCTSTR lpstrType
);
Implementation
int mciGetDeviceIDFromElementID(int dwElementID, Pointer<Utf16> lpstrType) =>
_mciGetDeviceIDFromElementID(dwElementID, lpstrType);