Menu

Retrieves the build version portion of Application Verifier version number.

Copy Code
HRESULT 
    get_BuildVersion
  (
    LONG*  
    plBuildVersion
  
);

Parameters

plBuildVersion

[out] Points to the build 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 build version is the third group in a version number of the following format: xxxx.xxxx.xxxx.xxxx. For example, if the version is 1.9.5048.2, the build version is 5048.

See Also