It_ListControls 

Use

Reports information on all the controls on the screen. You can print this information, or you can display it on the screen.

To use this function you must first write a C function specifying the display or print format for the report. You then must point to your C function by using the It_SetDumpHook function. For more information and an example, see Listing Screen and Control Information.

The information provided includes:

Syntax

DWORD DLEX It_ListControls(HANDLE hMr);

Parameters

hMr

Connection handle

Return Value

Returns TRUE on success.

See Also

The ItEv_DumpEvent function displays a larger set of information: it lists all of the items on the screen associated with the current event, not only controls.