IAgentNotifySink::ActivateInputState
[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]
HRESULT ActivateInputState(
long dwCharID, // character ID
long bActivated // input activation flag
);
Notifies a client application that a character's input active state changed.
- No return value.
-
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.