Rediger

GetAllVersionObjects

Enumerates all IIS product versions that are installed on the computer.

Syntax

    HRESULT  
    GetAllVersionObjects(  
        [out, retval] SAFEARRAY(VARIANT) * pVersionsArray  
    );  
  

Parameters

  • [out, retval] * pVersionsArray

    Contains all IIISVersion objects that are found on the computer.

Return Value

HRESULT

See Also

GetVersionObject