GetFileMUIPath method
Implementation
int GetFileMUIPath(
int dwFlags,
ffi.Pointer<ffi.Uint16> pcwszFilePath,
ffi.Pointer<ffi.Uint16> pwszLanguage,
ffi.Pointer<ffi.Uint64> pcchLanguage,
ffi.Pointer<ffi.Uint16> pwszFileMUIPath,
ffi.Pointer<ffi.Uint64> pcchFileMUIPath,
ffi.Pointer<ffi.Uint64> pululEnumerator,
) {
return (_GetFileMUIPath ??=
_dylib.lookupFunction<_c_GetFileMUIPath, _dart_GetFileMUIPath>(
'GetFileMUIPath'))(
dwFlags,
pcwszFilePath,
pwszLanguage,
pcchLanguage,
pwszFileMUIPath,
pcchFileMUIPath,
pululEnumerator,
);
}