The information in this article applies to:
SUMMARY
According to the Chat Server Specification for Server Extension, if a
Server Extension fails during the initialization process, it should return
a non-zero result. This result indicates that the extension initialization
has failed and the Chat server should ignore the remaining instructions of
the extension.
MORE INFORMATION
There is no detrimental problems resulting from the fact that the Chat
server is not ignoring the remaining instructions of the extension; this
however, spends resources in the server extension process that will not
complete.
WORKAROUND
The extension writer could possibly maintain a global variable that would
be set to what is returned from Init. Then, in each callback function, the
code could be wrapped with an if statement taking the Init return value
into account.
Additional query words: mcischat;xfor
Keywords : |
Last Reviewed: December 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |