GetSystemWow64DirectoryW method

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

Implementation

int GetSystemWow64DirectoryW(
  ffi.Pointer<ffi.Uint16> lpBuffer,
  int uSize,
) {
  return _GetSystemWow64DirectoryW(
    lpBuffer,
    uSize,
  );
}