windows::Win32::System::Shutdown

Function InitiateSystemShutdownW

pub unsafe fn InitiateSystemShutdownW<P0, P1>(
    lpmachinename: P0,
    lpmessage: P1,
    dwtimeout: u32,
    bforceappsclosed: bool,
    brebootaftershutdown: bool,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,