WinXRegOnItem


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

Returns

$$TRUE on success or $$FALSE on fail

Remarks

This callback is invoked when an action is performed on a list view or tree view control.

Examples

' Register an onItem callback
WinXRegOnItem (#hMain, &onItem())

Related Links

onItem
List View Controls
Tree View Controls