ImpelClass Library Documentation
Win32Automation..::.EnumWindowProc Delegate
NamespacesImpelWin32AutomationWin32Automation..::.EnumWindowProc
Impel
Delegate for the EnumChildWindows method
Declaration Syntax
C#Visual BasicVisual C++
public delegate bool EnumWindowProc(
	IntPtr hWnd,
	IntPtr parameter
)
Public Delegate Function EnumWindowProc ( _
	hWnd As IntPtr, _
	parameter As IntPtr _
) As Boolean
public delegate bool EnumWindowProc(
	IntPtr hWnd, 
	IntPtr parameter
)
Parameters
hWnd (IntPtr)
Window handle
parameter (IntPtr)
Caller-defined variable; we use it for a pointer to our list
Return Value
True to continue enumerating, false to bail.

Assembly: Impel.Win32Automation (Module: Impel.Win32Automation) Version: 1.0.0.0 (1.0.0.0)