6.7 Identifier reference

enumChildWindows

Function

The ML function enumChildWindows corresponds to the C function EnumChildWindows in the Windows SDK. It has the following type:

val enumChildwindows : hwnd * (hwnd * unit) -> unit

The function 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.


MLWorks Reference Manual (version 1.0) - 3 DEC 1996

Generated with Harlequin WebMaker