ShutdownBlockReasonCreate method

int ShutdownBlockReasonCreate(
  1. Pointer<HWND__> hWnd,
  2. Pointer<Uint16> pwszReason
)

Implementation

int ShutdownBlockReasonCreate(
  ffi.Pointer<HWND__> hWnd,
  ffi.Pointer<ffi.Uint16> pwszReason,
) {
  return _ShutdownBlockReasonCreate(
    hWnd,
    pwszReason,
  );
}