SECAgentCharacterExPtr::OnCommand

HRESULTSECAgentCharacterExPtr::OnCommand(longdwCommandID, IUnknown*punkUserInput)

Handler for the Command event of the underlying character.

Defined in: ot_agent.cpp

Return Value

No return Value.

Parameters

dwCommandID

Identifier of the best match command alternative.

punkUserInput

address of IAgentUserInput object

Comments

Contains code for handling the "Change Default Character" command. If m_pAgentCore is valid, passes the command on to the m_pAgentCore object.