GetSystemWow64DirectoryW method

int GetSystemWow64DirectoryW(
  1. Pointer<Uint16> lpBuffer,
  2. int uSize
)

Implementation

int GetSystemWow64DirectoryW(
  ffi.Pointer<ffi.Uint16> lpBuffer,
  int uSize,
) {
  return (_GetSystemWow64DirectoryW ??= _dylib.lookupFunction<
      _c_GetSystemWow64DirectoryW,
      _dart_GetSystemWow64DirectoryW>('GetSystemWow64DirectoryW'))(
    lpBuffer,
    uSize,
  );
}