Web.Win.ISAPIApp.TerminateExtension

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TerminateExtension(dwFlags: DWORD): BOOL;

C++

extern DELPHI_PACKAGE System::LongBool __stdcall TerminateExtension(unsigned dwFlags);

Properties

Type Visibility Source Unit Parent
function public
Web.Win.ISAPIApp.pas
Web.Win.ISAPIApp.hpp
Web.Win.ISAPIApp Web.Win.ISAPIApp

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.

See Also