IAppVerifierManager::get_MinorVersion method |
See Also� |
Retrieves the minor version portion of Application Verifier version number.
� | Copy Code |
---|---|
HRESULT get_minorVersion ( LONG* plMinorVersion ); |
Parameters
- plMinorVersion
- [out] Points to the minor 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 minor version is the second group in a version number of the following format: xxxx.xxxx.xxxx.xxxx. For example, if the version is 1.9.5048.2, the minor version is 9.