Menu

Retrieves the major version of the check.

Copy Code
HRESULT 
    get_MajorVersion
  (
    LONG*  
    plMajorVersion
  
);

Parameters

plMajorVersion

[out] Points to the major 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