IASTabber::put_ItemData

This method sets the data associated with a tab.

Syntax

HRESULT put_ItemData( long Index, long lData );

Parameters

Index
Index of the tab.
lData
Long integer that contains the data associated with the tab.

Return Values

NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.