コード例 #1
0
ファイル: AdvApi32.cs プロジェクト: kostaslamda/win-installer
 public static extern bool InitiateSystemShutdownEx(
     string lpMachineName,
     string lpMessage,
     uint dwTimeout,
     bool bForceAppsClosed,
     bool bRebootAfterShutdown,
     ShtdnReason dwReason
     );
コード例 #2
0
ファイル: AdvApi32.cs プロジェクト: kostaslamda/win-installer
 public static extern bool InitiateSystemShutdownEx(
     string lpMachineName,
     string lpMessage,
     uint dwTimeout,
     bool bForceAppsClosed,
     bool bRebootAfterShutdown,
     ShtdnReason dwReason
 );