WinXRegOnItem (hWnd, FUNCADDR onItem)
Registers the onItem callback
Parameter | Description |
---|---|
hWnd | The handle to the window to register the callback for |
FUNCADDR onItem | The address of the onItem callback function to register |
$$TRUE on success or $$FALSE on fail
This callback is invoked when an action is performed on a list view or tree view control.
' Register an onItem callback |