Microsoft Chat Server SDK Reference

IChatExtensionCallBack::Term

This method performs allows the extension to clean up at server shutdown, or when the extension is uninstalled.

Syntax

C/C++:
HRESULT Term(long *retVal);
Visual Basic:
Function IChatExtensionCallBack_Term() As Long

Parameters

retVal
Return value. Zero for success, or error code to indicate failure.

See Also

Init

OnUninstall


© 1998 Microsoft Corporation. All rights reserved.