Description
Logs into the given Feature to create a session according to the predefined search parameters.
Syntax
int GRD_API GrdFeatureLogin(grd_uint32 featureId,
const GrdVendorCodes* codes,
const char* visibilityJson,
GrdHandle* handle);
Parameters
featureId | Unique identifier of the Feature |
codes | Vendor Access Codes, GrdVendorCodes |
visibilityJson [optional] | JSON search parameters defining the scope of the license search, see the visibility structure description for details |
handle | Pointer to the result session handle |