Table of Contents

Delegate Hooks.ThreadProcDelegate

Namespace
Ranorex.Core.WinApi
Assembly
Ranorex.Core.WinApi.dll
public delegate uint Hooks.ThreadProcDelegate(void* lpParam)

Parameters

lpParam void*

Returns

uint

Constructors

ThreadProcDelegate(object, IntPtr)

public ThreadProcDelegate(object A_0, IntPtr A_1)

Parameters

A_0 object
A_1 IntPtr

Methods

BeginInvoke(void*, AsyncCallback, object)

public IAsyncResult BeginInvoke(void* lpParam, AsyncCallback callback, object obj)

Parameters

lpParam void*
callback AsyncCallback
obj object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public uint EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

uint

Invoke(void*)

public uint Invoke(void* lpParam)

Parameters

lpParam void*

Returns

uint