首页 > TAG信息列表 > EWX
API实现的 重启、关机、注销 .net类
namespace System {/*参考://https://www.cnblogs.com/banhua/archive/2012/07/13/2590920.html*/ using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; class SystemUtil { [StructLayout(LayoutKind.SequeDelphi重启电脑、关闭计算机、注销
Delphi重启电脑、关闭计算机、注销(退出当前用户用其它用户重新登录系统)功能的实现代码,在Delphi中算是比较基础的例子了,程序运行后,窗体上有对应的控制按钮,测试时候要注意哦,如果点击关闭或重启,电脑就会执行该项命令,要保存好你需要保存的内容。 unit MainUnit;interfaceusesWindows,delphi 强制重启计算机
unit uFuncs; interface uses windows; procedure GetPrivilege; procedure RebootSystem(); implementation procedure RebootSystem(); begin GetPrivilege; //initiateSystemShutDown();显示关机提示; //ExitWindowsEx(EWX_SHUTDOWN+EWX_FORCE+EWX_POWEROFF+EWX_FO