Functions | |
int | mdlLicense_getVarietyName (WCharP result) |
Retrieves a Unicode text string that describes any specialization of the base product. More... | |
bool | mdlLicense_isAcademicProduct (void) |
Reports if an academic version of the base product is in use. More... | |
bool | mdlLicense_isSerializedProduct (void) |
Reports if the base product has obtained a serial number. More... | |
bool | mdlLicense_isRegisteredProduct (void) |
Reports if the base product has completed registration and obtained a license number. More... | |
void | mdlLicense_getStrings (BrandInfo *theInfoStrings) |
Returns the three strings associated with licenses for Bentley products (Serial number, Name, Organization). More... | |
void | mdlLicense_setPublisherMode () |
Sets publisher mode to true. More... | |
int | mdlLicense_getPublisherMode () |
Returns the current publisher mode setting. More... | |
bool | mdlLicense_isLicenseUpgradeRequired (void) |
Reports if an existing license must be upgraded to use a newer version of a product. More... | |
LicenseVariety | mdlLicense_getUserType () |
Returns the UserType in the license. More... | |
int mdlLicense_getPublisherMode | ( | ) |
Returns the current publisher mode setting.
void mdlLicense_getStrings | ( | BrandInfo * | theInfoStrings | ) |
Returns the three strings associated with licenses for Bentley products (Serial number, Name, Organization).
Serial Number will be the select server name for products using Select SERVER pooled licenses. Similarly, Name will be the current user name for products that are using pooled licenses.
[out] | theInfoStrings | is a pointer to a BrandInfo structure that the strings will be copied to. |
LicenseVariety mdlLicense_getUserType | ( | ) |
Returns the UserType in the license.
Possible values are the MDLLICENSE_USERTYPE_*.
int mdlLicense_getVarietyName | ( | WCharP | result | ) |
Retrieves a Unicode text string that describes any specialization of the base product.
Standard MicroStation returns the empty string. English Academic MicroStation returns the string "ACADEMIC".
[in] | result | is a pointer to memory which will receive the string. |
bool mdlLicense_isAcademicProduct | ( | void | ) |
Reports if an academic version of the base product is in use.
bool mdlLicense_isLicenseUpgradeRequired | ( | void | ) |
Reports if an existing license must be upgraded to use a newer version of a product.
bool mdlLicense_isRegisteredProduct | ( | void | ) |
Reports if the base product has completed registration and obtained a license number.
bool mdlLicense_isSerializedProduct | ( | void | ) |
Reports if the base product has obtained a serial number.
void mdlLicense_setPublisherMode | ( | ) |
Sets publisher mode to true.