IASTabber::AddWithIndex
This method adds a tab with an index value.
Syntax
HRESULT AddWithIndex( BSTR bstr, long lData, long *lpIndex );
Parameters
- bstr
- Unicode string to be displayed on the tab.
- lData
- Long integer that contains data associated with the tab.
- lpIndex
- Long pointer to the index of the tab that the method adds.
Return Values
NOERROR indicates success. E_OUTOFMEMORY indicates that the system is out of memory.