Menu

Retrieves the private version portion of Application Verifier version number.

Copy Code
HRESULT 
    get_PrivateVersion
  (
    LONG*  
    plPrivateVersion
  
);

Parameters

plPrivateVersion

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

See Also