IASTabber::Add
This method adds a tab.
Syntax
HRESULT Add( BSTR bstr, long lData );
Parameters
- 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.