Impel
Delegate for the EnumChildWindows method

Declaration Syntax
Public Delegate Function EnumWindowProc ( _
hWnd As IntPtr, _
parameter As IntPtr _
) As Boolean

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)