
6.7 Identifier reference
val addCommandHandler : hwnd * word * (hwnd * int -> unit) -> unit
WM_COMMAND message which has a list of other messages associated with it. The function addCommandHandler adds a handler function for this type of message to the given control on the given window. Typically this handler then deals with the messages that are received as part of the WM_COMMAND message. The ML function returns a unit instead of an option value.

Generated with Harlequin WebMaker