Table of Contents

Delegate EnumChildProc

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Represents a method that will handle application-defined function used with the EnumWindows or EnumDesktopWindows functions.

public delegate bool EnumChildProc(IntPtr hwnd, IntPtr lparam)

Parameters

hwnd IntPtr

Handle to a top-level window.

lparam IntPtr

Specifies the application-defined value given in EnumWindows or EnumDesktopWindows.

Returns

bool
Represents a method that will handle application-defined function used with the EnumWindows or EnumDesktopWindows functions.