IASTabber::InsertAt

This method specifies where to insert a tab.

Syntax

HRESULT InsertAt( long index, BSTR bstr, long lData );

Parameters

index
Index of the tab.
bstr
Unicode string to be displayed on the tab.
lData
Long integer that contains data associated with the tab.

Return Values

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