Platform SDK: Agent

IAgentNotifySink::ActivateInputState

HRESULT ActivateInputState(
   long dwCharID,   // character ID
   long bActivated  // input activation flag
);                          

Notifies a client application that a character's input active state changed.

dwCharID
Identifier of the character whose input activation state changed.
bActivated
Input active flag. This Boolean value is True if the character referred to by dwCharID became input active; and False if the character lost its input active state.