Description
The feature number for the license being detached and the product number containing the specified feature are passed to the structure.
typedef struct
{
grd_uint32 productNumber;
grd_uint32 featureNumber;
} GrdProductFeaturePair;
Fields
productNumber | Product number of the detached license |
featureNumber | Detached license feature number |