Microsoft Chat Server SDK Reference

IChatExtensionCallBack::OnUninstall

This method is called when the extension is selected for removal from the server.

Syntax

C/C++:
HRESULT OnUninstall(void);
Visual Basic:
Sub IChatExtensionCallBack_OnUninstall()

Remarks

The extension writer should assume that the extension is being removed, and should delete any working files, clean up registry settings, and so on.

OnUninstall is only called when the extension is removed from the system. If an extension needs to perform operations as the chat server stops, it should do so during the extension's Term method.


© 1998 Microsoft Corporation. All rights reserved.