Function windows::Win32::System::Shutdown::ShutdownBlockReasonCreate
pub unsafe fn ShutdownBlockReasonCreate<P0, P1>(
hwnd: P0,
pwszreason: P1,
) -> Result<()>where
P0: Param<HWND>,
P1: Param<PCWSTR>,