Use
Reports information about the event pointed to by pEvt to standard output. This includes information about the menu, the toolbar, and the various controls on the screen associated with the current event.
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, see Listing Screen and Control Information.Syntax
DWORD DLEX ItEv_DumpEvent(PIT_EVENT pEvt);
Parameters
pEvt |
Pointer to the IT_EVENT structure |
Return Value
Returns TRUE on success.
See Also
Using the
It_ListControls function you can get a subset of this information: the information on just the controls that are on the screen.