Table of Contents

Delegate Win32.EnumWindowsProc

Namespace
Ranorex.Core.WinApi
Assembly
Ranorex.Core.WinApi.dll
public delegate bool Win32.EnumWindowsProc(IntPtr hwnd, object state)

Parameters

hwnd IntPtr
state object

Returns

bool

Constructors

EnumWindowsProc(object, IntPtr)

public EnumWindowsProc(object A_0, IntPtr A_1)

Parameters

A_0 object
A_1 IntPtr

Methods

BeginInvoke(IntPtr, object, AsyncCallback, object)

public IAsyncResult BeginInvoke(IntPtr hwnd, object state, AsyncCallback callback, object obj)

Parameters

hwnd IntPtr
state object
callback AsyncCallback
obj object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public bool EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

bool

Invoke(IntPtr, object)

public bool Invoke(IntPtr hwnd, object state)

Parameters

hwnd IntPtr
state object

Returns

bool