Function windows::Win32::System::Shutdown::InitiateShutdownW
pub unsafe fn InitiateShutdownW<P0, P1>(
lpmachinename: P0,
lpmessage: P1,
dwgraceperiod: u32,
dwshutdownflags: SHUTDOWN_FLAGS,
dwreason: SHUTDOWN_REASON,
) -> u32where
P0: Param<PCWSTR>,
P1: Param<PCWSTR>,