Platform SDK: Agent

IAgentEx::ShowDefaultCharacterProperties

HRESULT ShowDefaultCharacterProperties(
   short x,          // x-coordinate of window
   short y,          // y-coordinate of window
   long bUseDefault  // default position flag
);

Displays default character properties window.

x
The x-coordinate of the window in pixels, relative to the screen origin (upper left).
y
The y-coordinate of the window in pixels, relative to the screen origin (upper left).
bUseDefault
Default position flag. If this parameter is True, Microsoft Agent displays the property sheet window for the default character at the last location it appeared.

Note  For Windows 2000, it may be necessary to call the new AllowSetForegroundWindow API to ensure that this window becomes the foreground window. For more information about setting the foreground window under Windows 2000, see the Platform SDK documentation.

See Also

IAgentNotifySinkEx::DefaultCharacterChange