IAgentCharacter::GetDescription
HRESULT GetDescription(
   BSTR * pbszDescription   // address of buffer for character description
); 
Retrieves the description of the character.
	- Returns S_OK to indicate the operation was successful.
 
- pbszDescription
 
- The address of a BSTR that receives the value of the description for the character. A character's description is defined when it is compiled with the Microsoft Agent Character Editor. The description setting is optional and may not be supplied for all characters.