ItEv_GetControlInfo 

Use

This is a convenience routine for getting the control information for either a table control or a tabstrip control.

Syntax

DWORD DLEX ItEv_GetControlInfo(PIT_EVENT pEvt, ITCCTRL pCtrl,
LPVOID pBuffer, int len);

Parameters

hMr

Handle to an opened connection

pCtrl

Refer to Specifying control

pBuffer

Pointer to buffer for additional control information

len

Length of pBuffer in bytes

Return Value

Returns TRUE on success, FALSE on error.

Comments

This information can also be obtained by adding the value of dwOffset in the IT_CTRL structure to the IT_EVENT pointer value, and getting the control information directly using this pointer.

See Also

ItEv_FindControl, ItEv_SetControlInfo.