IASTabber::get_ItemData

This method retrieves the data associated with a tab.

Syntax

HRESULT get_ItemData( long Index, long *plData );

Parameters

Index
Index of the tab.
plData
Pointer to the long integer that contains data associated with the tab.

Return Values

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