WNDENUMPROC typedef

WNDENUMPROC = BOOL Function(HWND hwnd, LPARAM lParam)

Application-defined callback function used with the EnumChildWindows function. It receives the child window handles.

Implementation

typedef WNDENUMPROC = BOOL Function(HWND hwnd, LPARAM lParam);