onCommand (id, code, hWnd)
This is a callback function used to process command events.
Parameter | Description |
---|---|
id | The id of the control that is sending the command |
code | The code describing the command |
hWnd | The handle of the control that is sending the command |
0
This is a callback function. You must supply this function yourself. Register this function with the WinXRegOnCommand function.
FUNCTION onCommand(id, code, hWnd)
END FUNCTION |