ISAPIApp.TerminateExtension
From RAD Studio VCL Reference
Contents |
Delphi Information
From ISAPIApp.pas
function TerminateExtension(dwFlags: Cardinal): LongBool;
Unit: ISAPIApp
Type: function
Visibility: public
C++ Information
From ISAPIApp.hpp
int __fastcall TerminateExtension(unsigned int dwFlags);
Unit: ISAPIApp
Type: function
Description
Indicates whether an ISAPI or NSAPI application is ready to be shut down.
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.