Microsoft Chat Server SDK Reference

IChatExtensionCallBack::Name

This property allows an extension to provide a short name that is used to identify the extension.

Syntax

C/C++:
HRESULT get_Name(BSTR *ExtnName);
Visual Basic:
Property Get IChatExtensionCallBack_Name() As String

Parameters

ExtnName
Return value. Name of extension.

Remarks

Extension writers should select a name that is just long enough to be descriptive, but is unique to the servers on which they plan to install the extension. Any combination of characters and punctuation can be used, although alphanumeric characters are strongly recommended.

The extension name is used by the Chat Server Manager utility, and by the /EXTMSG protocol command.

See Also

OnConfigureExtension


© 1998 Microsoft Corporation. All rights reserved.