CSSM_VERSION

This structure is used to represent the version of OCSF components.

typedef struct cssm_version {
    uint32 Major;
    uint32 Minor;
} CSSM_VERSION, *CSSM_VERSION_PTR;

Definitions:

Major
The major version number of the component.
Minor
The minor version number of the component.