RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ISAPIApp.TerminateExtension Function

Indicates whether an ISAPI or NSAPI application is ready to be shut down.

Pascal
function TerminateExtension(dwFlags: DWORD): BOOL; stdcall;
C++
__stdcall BOOL TerminateExtension(DWORD dwFlags);

Do not call TerminateExtension. TerminateExtension is exported by ISAPI and NSAPI DLLs. It provides an entry point that is called by ISAPI or NSAPI Web servers, when they are ready to shut down the ISAPI or NSAPI application, to check whether it would cause problems to do so. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!