Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
保存包含许可信息的信息。使用此信息时必须严格遵守许可协议。
typedef struct a_dblic_info { unsigned short version; char *exename; char *username; char *compname; a_sql_int32 nodecount; a_sql_int32 conncount; a_license_type type; MSG_CALLBACK errorrtn; MSG_CALLBACK msgrtn; a_bit_field quiet : 1; a_bit_field query_only : 1; char *installkey; } a_dblic_info;