Revert "Added threads suspend, Edited suspendWcmSvc() func for Windows. Based on old SuspendProcess func."
This reverts commit 999087337e
.
This commit is contained in:
parent
db543b62ba
commit
e2f8f77adf
2 changed files with 2 additions and 57 deletions
|
@ -49,11 +49,9 @@ private:
|
|||
|
||||
DWORD GetServicePid(LPCWSTR serviceName);
|
||||
BOOL ListProcessThreads(DWORD dwOwnerPID);
|
||||
BOOL StopProcessThreads(BOOL fSuspend, DWORD dwOwnerPID);
|
||||
BOOL EnableDebugPrivilege();
|
||||
BOOL InitNtFunctions();
|
||||
BOOL SuspendProcess(BOOL fSuspend, DWORD dwProcessId);
|
||||
BOOL SuspendThread(BOOL fSuspend, DWORD dwThreadId);
|
||||
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue