c++ - Windows下怎么让自己的进程最后被关闭?
巴扎黑
巴扎黑 2017-04-17 14:31:48
0
0
353

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,非零表示成功,零表示失败。

巴扎黑
巴扎黑

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template