UtilUIAutomationResumeThread(IntPtr) Method
Resumes the execution of the specified thread.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void ResumeThread(
IntPtr openThreadHandle
)
Public Shared Sub ResumeThread (
openThreadHandle As IntPtr
)
Dim openThreadHandle As IntPtr
UtilUIAutomation.ResumeThread(openThreadHandle)
public:
static void ResumeThread(
IntPtr openThreadHandle
)
static member ResumeThread :
openThreadHandle : IntPtr -> unit
No code example is currently available or this language may not be supported.
Parameters
- openThreadHandle IntPtr
-
An open thread handle.
This handle can be obtained by calling the PauseThread(ProcessThread)
or OpenThread(ThreadAccessRights, Boolean, UInt32) functions.