ItEv_SetControlInfo 

Use

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

Syntax

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

Parameters

hMr

Handle to an opened connection

pCtrl

A string identifying the control. 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.

Comment

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

See Also

ItEv_FindControl, ItEv_GetControlInfo.