UtilUIAutomationResumeThread(SafeAccessTokenHandle) Method

Resumes the execution of the specified thread.

Definition

Namespace: DevCase.Core.Diagnostics.Processes
Assembly: 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
)

Parameters

safeOpenThreadHandle  SafeAccessTokenHandle
An open thread handle.

This handle can be obtained by calling the PauseThread(ProcessThread) or OpenThread(ThreadAccessRights, Boolean, UInt32) functions.

Exceptions

Win32Exception

See Also