UtilUIAutomationResumeThread(SafeAccessTokenHandle) 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(
SafeAccessTokenHandle safeOpenThreadHandle
)
Public Shared Sub ResumeThread (
safeOpenThreadHandle As SafeAccessTokenHandle
)
Dim safeOpenThreadHandle As SafeAccessTokenHandle
UtilUIAutomation.ResumeThread(safeOpenThreadHandle)
public:
static void ResumeThread(
SafeAccessTokenHandle^ safeOpenThreadHandle
)
static member ResumeThread :
safeOpenThreadHandle : SafeAccessTokenHandle -> unit
No code example is currently available or this language may not be supported.
Parameters
- safeOpenThreadHandle SafeAccessTokenHandle
-
An open thread handle.
This handle can be obtained by calling the PauseThread(ProcessThread)
or OpenThread(ThreadAccessRights, Boolean, UInt32) functions.