GetAllVersionObjects

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

    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

Reference

GetVersionObject