The LICINFO class has the following fields.
Field | Description |
cbLicInfo | Size of the LICINFO structure. Default is 12. |
fLicVerified | Determines whether a full machine license exists so that calls to CreateInstance and RequestLicKey will succeed. If TRUE, the full machine license exists. Thus, objects can be created freely. and a license key is available if fRuntimeKeyAvail is also TRUE. If FALSE, this class factory cannot create any instances of objects on this machine unless the proper license key is passed to CreateInstanceLic. |
fRuntimeKeyAvail | Determines whether this class factory allows the creation of its objects on a unlicensed machine through the use of a license key. If TRUE, RequestLicKey can be called to obtain the key. If FALSE, objects can be created only on a fully licensed machine. |