GetSystemWow64Directory2A method

int GetSystemWow64Directory2A(
  1. Pointer<Int8> lpBuffer,
  2. int uSize,
  3. int ImageFileMachineType
)

Implementation

int GetSystemWow64Directory2A(
  ffi.Pointer<ffi.Int8> lpBuffer,
  int uSize,
  int ImageFileMachineType,
) {
  return _GetSystemWow64Directory2A(
    lpBuffer,
    uSize,
    ImageFileMachineType,
  );
}