Next Previous Up Top Contents Index

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 2.0 - 29 Jul 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker