SHGetDriveMedia function shell32
Returns the type of media that is in the given drive.
HRESULT SHGetDriveMedia(
PCWSTR pszDrive,
DWORD *pdwMediaContent
);
Implementation
int SHGetDriveMedia(Pointer<Utf16> pszDrive, Pointer<Uint32> pdwMediaContent) =>
_SHGetDriveMedia(pszDrive, pdwMediaContent);