WinXRegOnTrackerPos (hWnd, FUNCADDR onTrackerPos)
Registers the onTrackerPos callback
Parameter | Description |
---|---|
hWnd | The handle to the window to register the callback for |
FUNCADDR onTrackerPos | The address of the onTrackerPos callback function to register |
$$TRUE on success or $$FALSE on fail
Once registered, the onTrackerPos callback will be called whenever the slider in a tracker control is moved.
'register the onTrackerPos callback WinXRegOnTrackerPos (#hMain, &onTrackerPos()) |