virtual int AddString( LPCSTR lpszString )
Adds a string to the end of the list.
virtual int GetCount()
Gets the number of strings contained in the list.
virtual LPCSTR GetString( int iIndex )
Gets the string located at the passed index.
virtual int GetIndexForString( LPCSTR lpszString )
Gets the index for the passed string.
|