public static extern int SuspendThread(ThreadHandle threadHandle);
 public static extern int ResumeThread(ThreadHandle threadHandle);
Example #3
0
 public static extern int SuspendThread(ThreadHandle threadHandle);
Example #4
0
 public static extern int ResumeThread(ThreadHandle threadHandle);
Example #5
0
 public ThreadSecurity(ThreadHandle handle, AccessControlSections includeSections, bool isContainer = false)
     : base(isContainer, ResourceType.KernelObject, handle, includeSections)
 {
 }
 public ThreadSecurity(ThreadHandle handle, AccessControlSections includeSections, bool isContainer = false)
     : base(isContainer, ResourceType.KernelObject, handle, includeSections)
 {
 }