Delegate EnumChildProc
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
IntPtrHandle to a top-level window.
lparam
IntPtrSpecifies 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.