Menu

Retrieves the minor version of the check.

Copy Code
HRESULT 
    get_MinorVersion
  (
    LONG*  
    plMinorVersion
  
);

Parameters

plMinorVersion

[out] Points to the minor version number of the check.

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.

See Also