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 |
$$TRUE on success or $$FALSE on fail
none
'Regiser the onCommand callback WinXRegOnCommand (#hMain, &onCommand()) |