WinXRegOnCommand


WinXRegOnCommand (hWnd, FUNCADDR onCommand)

Registers a callback function to process commands from child windows.

Parameter Description
hWnd The handle to the window to assign the callback to
FUNCADDR onCommand The address of the onCommand callback function

Returns

$$TRUE on success or $$FALSE on fail

Remarks

none

Examples

'Regiser the onCommand callback
WinXRegOnCommand (#hMain, &onCommand())

Related Links

onCommand (Callback)