IISWebService::ListWebServiceExtensions
The ListWebServiceExtensions method returns an array of strings containing the Web service extension groups that can be enabled on the server. If there are multiple entries in the WebSvcExtRestrictionList metabase property with the same GroupID, only one is listed.
Note
This method is only available on IIS 6.0 or later.
HRESULT ListWebServiceExtensions(
VARIANT* bstrBuffer
);
Parameters
- bstrBuffer
[out] String containing the buffer for an array of strings containing group names. In other words, an array of second tokens in the ApplicationDependencies metabase property, which are also the fourth tokens 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
Using ADSI to Configure IIS in a C++ Application
IIS Constants and Header Files