HP Operations Manager for Windows

IOvReqCheck::GetSupportedSystems


Return a list of supported OS versions.

HRESULT GetSupportedSystems([out, retval] VARIANT* SupportedSystems);

Parameters

None.

Returning Parameter

SupportedSystems
Array of strings with the supported OS versions.

HRESULT Return Values

If not ovrcNoError, IErrorInfo is created, and a detailed error description is traced.

ovrcNoError
Method executed successfully.

ovrcErrCannotOpenFile
Prerequisite check configuration file cannot be accessed.

ovrcErrCannotReadFile
Prerequisite check configuration file cannot be read.

ovrcErrCannotCloseFile
Prerequisite check configuration file cannot be closed.

ovrcErrMgmtServerNotSet
UseManagementServer method was not called. Each client should first call the UseManagementServer method to set the management server from which the prerequisite check configuration should be used.

ovrcErrConfigFileSyntax
Syntax of the prerequisite check configuration file is not valid.

(other FAILED)
Another type of error occurred.

Description

The GetSupportedSystems method returns the list of supported OS versions in the array of strings. The list of supported OS versions is retrieved from the prerequisite check configuration file ([VER] tag).