NeedCurrentDirectoryForExePathW method
Implementation
int NeedCurrentDirectoryForExePathW(
ffi.Pointer<ffi.Uint16> ExeName,
) {
return (_NeedCurrentDirectoryForExePathW ??= _dylib.lookupFunction<
_c_NeedCurrentDirectoryForExePathW,
_dart_NeedCurrentDirectoryForExePathW>(
'NeedCurrentDirectoryForExePathW'))(
ExeName,
);
}