Maison > Questions et réponses > le corps du texte
Windows下的服务程序,system权限运行,除了SetProcessShutdownParameters(0,0)外还有什么办法可以让这个服务程序最后被关闭?
SetProcessShutdownParameters
VB声明
Declare Function SetProcessShutdownParameters Lib "kernel32" Alias "SetProcessShutdownParameters" (ByVal dwLevel As Long, ByVal dwFlags As Long) As > Long
说明
在系统关闭期间,为指定进程设置他相对于其它程序的关闭顺序
返回值
Long,非零表示成功,零表示失败。