IAgentNotifySinkEx::DefaultCharacterChange

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

HRESULT DefaultCharacterChange(
   BSTR bszGUID  // character identifier
);

Notifies a client application when the default character changes.

  • No return value.

bszGUID

The unique identifier for the character.

When the user changes the character assigned as the user's default character, the server sends this event to clients that have loaded the default character. The event returns the character's unique identifier (GUID) formatted with braces and dashes, which is defined when the character is built with the Microsoft Agent Character Editor.

When the new character appears, it assumes the same size as any already loaded instance of the character or the previous default character (in that order).

See Also

IAgent::Load