GetSystemWow64DirectoryA method

int GetSystemWow64DirectoryA(
  1. Pointer<Int8> lpBuffer,
  2. int uSize
)

Implementation

int GetSystemWow64DirectoryA(
  ffi.Pointer<ffi.Int8> lpBuffer,
  int uSize,
) {
  return _GetSystemWow64DirectoryA(
    lpBuffer,
    uSize,
  );
}