GetSystemWow64Directory2W method

int GetSystemWow64Directory2W(
  1. Pointer<Uint16> lpBuffer,
  2. int uSize,
  3. int ImageFileMachineType
)

Implementation

int GetSystemWow64Directory2W(
  ffi.Pointer<ffi.Uint16> lpBuffer,
  int uSize,
  int ImageFileMachineType,
) {
  return _GetSystemWow64Directory2W(
    lpBuffer,
    uSize,
    ImageFileMachineType,
  );
}