GetFileMUIInfo method
Implementation
int GetFileMUIInfo(
int dwFlags,
ffi.Pointer<ffi.Uint16> pcwszFilePath,
ffi.Pointer<PFILEMUIINFO> pFileMUIInfo,
ffi.Pointer<ffi.Uint64> pcbFileMUIInfo,
) {
return (_GetFileMUIInfo ??=
_dylib.lookupFunction<_c_GetFileMUIInfo, _dart_GetFileMUIInfo>(
'GetFileMUIInfo'))(
dwFlags,
pcwszFilePath,
pFileMUIInfo,
pcbFileMUIInfo,
);
}