RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TISAPIApplication.TerminateExtension Method

Returns true.

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

The HTTP server calls TerminateExtension when it wants to shut down the ISAPI application. TerminateExtension always returns true, allowing the server to shut down. 

 

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