Menu

Retrieves the major version portion of Application Verifier version number.

Copy Code
HRESULT 
    get_MajorVersion
  (
    LONG*  
    plMajorVersion
  
);

Parameters

plMajorVersion

[out] Points to the major version number of Application Verifier.

Return Value

The following list includes the most like return values. However, other return values are possible.

S_OK

The method succeeded.

E_POINTER

Pointer is invalid.

Remarks

The major version is the first group in a version number of the following format: xxxx.xxxx.xxxx.xxxx. For example, if the version is 1.9.5048.2, the major version is 1.

See Also