ShutdownBlockReasonQuery method

int ShutdownBlockReasonQuery(
  1. Pointer<HWND__> hWnd,
  2. Pointer<Uint16> pwszBuff,
  3. Pointer<Uint64> pcchBuff
)

Implementation

int ShutdownBlockReasonQuery(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<ffi.Uint16> pwszBuff,
  ffi.Pointer<ffi.Uint64> pcchBuff,
) {
  return _ShutdownBlockReasonQuery(
    hWnd,
    pwszBuff,
    pcchBuff,
  );
}