IAgentNotifySink::Idle

[Microsoft Agent is deprecated as of Windows 7, and may be unavailable in subsequent versions of Windows.]

HRESULT Idle(
   long dwCharID,  // character ID
   long bStart     // start flag
);                          

Notifies a client application when a character's Idling state has changed.

  • No return value.

dwCharID

Identifier of the request that started.

bStart

Start flag. This Boolean value is True when the character begins idling and False when it stops idling.

This event enables you to track when the Microsoft Agent server starts or stops idle processing for a character.

See Also

IAgentCharacter::GetIdleOn, IAgentCharacter::SetIdleOn