NeedCurrentDirectoryForExePathW method

int NeedCurrentDirectoryForExePathW(
  1. Pointer<Uint16> ExeName
)

Implementation

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