Share via


IISWebService::DeleteExtensionFileRecord

The DeleteExtensionFileRecord method removes an ISAPI extension or CGI application from the IIS server by deleting the corresponding entry from the WebSvcExtRestrictionList metabase property.

Note

This method is only available on IIS 6.0 or later.

HRESULT DeleteExtensionFileRecord(
  BSTR  bstrExtensionFile
);

Parameters

  • bstrExtensionFile
    [in] String containing the name of the extension to delete. This is the second token, ExtensionPath, in the WebSvcExtRestrictionList metabase property.

Return Value

The method returns an HRESULT. Possible values include, but are not limited to, S_OK, which indicates that the method succeeded.

Requirements

Server: Requires Windows Server 2003.

Product: IIS

Header: Declared in iiisext.h; include iisext_i.c.

See Also

Concepts

IIS ADSI Provider Interfaces

Using ADSI to Configure IIS in a C++ Application

IIS Constants and Header Files

WebSvcExtRestrictionList

ApplicationDependencies

Adding Web Service Extensions to the Restriction List

Installing and Uninstalling CGI and ISAPI Extensions