C++: VARIANT_BOOL DefineProduct ( int ProductID, BSTR ProductName, int MajorVersion, int MinorVersion, BSTR EncryptionKey, BSTR PersistenceKey )
C#: bool DefineProduct ( int ProductID, string ProductName, int MajorVersion, int MinorVersion, string EncryptionKey, string PersistenceKey )
Parameters
ProductID: ID of the product as generated by Quick License Manager
ProductName: Name of the product
MajorVersion: Major version of the product (maximum 2 digits)
MinorVersion: Minor version of the product (maximum 2 digits)
Encryption Key: string used to encrypt the license key.
PersistenceKey: GUID associated with the product and automatically generated by Quick License Manager for each product. The evaluation information of the product is stored at runtime in the registry under HKCR\CLSID\<GUID>.
Comments
0 comments
Article is closed for comments.