3.2.4.1.8 GetIISAppPoolNames (Opnum 14)

The GetIISAppPoolNames method returns a list of all the application pools on the WSRM server that are defined by and known to the IIS server.

 [id(8), helpstring("method GetIISAppPoolNames")] HRESULT GetIISAppPoolNames(
   [out] BSTR* pbstrIISAppPoolList,
   [out] BSTR* pbstrSystemDirectory
 );

pbstrIISAppPoolList: A pointer to a string in the format of the AppPoolList element (section 2.2.5.6) that returns an IIS application pool list structure.

pbstrSystemDirectory: A pointer to a string that returns implementation-specific system directory information.<32>

Return Values: This method returns 0x00000000 for success or a negative HRESULT value (in the following table or in [MS-ERREF] section 2.1.1) if an error occurs.

Return value/code

Description

0x00000000

S_OK

Operation successful.

Additional IResourceManager interface methods are specified in section 3.2.4.1.