Microsoft Chat Server SDK Reference

IChatExtensionCallBack::OnInstall

This method is called when the extension component is installed by the chat extension management interface.

Syntax

C/C++:
HRESULT OnInstall(void);
Visual Basic:
Sub IChatExtensionCallBack_OnInstall()

Remarks

This method is called when the extension component is installed by the chat extension management interface. The extension may create additional working files and install registry settings, if necessary.

OnInstall is only called when the extension is first installed into the system. If an extension is required to perform operations as the chat server starts, it should do so during the extension's Init method.


© 1998 Microsoft Corporation. All rights reserved.