
6.7 Identifier reference
enumChildWindows corresponds to the C function EnumChildWindows in the Windows SDK. It has the following type:
val enumChildwindows : hwnd * (hwnd * unit) -> unit
enumChildWindows takes two parameters: the window in question and a callback function of type hwnd -> unit. It returns a unit as opposed to BOOL in the windows equivalent.

Generated with Harlequin WebMaker