mciGetDeviceIDFromElementID function winmm

int mciGetDeviceIDFromElementID(
  1. int dwElementID,
  2. Pointer<Utf16> lpstrType
)

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);