Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Windows service management
4.0
Archive contains two files ServiceManager.h, ServiceManager.cpp can be used directly CServiceManager provides the interface as follows: BOOL IsActive(); //Check whether the service open BOOL StopService(SC_HANDLE hService); //Close the services BOOL StartService(); //Starting service BOOL ReStartService(); //Reset service BOOL GetDependentServices(SC_HANDLE hscService, std::vector<MY_SERVICE_STATUSA>& vecServiceStatus
小谷
2016-08-23
0
1
Windows process management
no vote
Archive contains two files ProcessManager . h, and ProcessManager . cpp can be used directly CProcessManager provides the interface is as follows: BOOL SetProcessId(DWOR D dwProcessId); BOOL EnableDebugPrivilege();
小谷
2016-08-23
0
1
No more~