Description

Switches the hardware key driver type.

Syntax

int GRD_API GrdSetDriverType(const GrdVendorCodes* codes, 
							 grd_uint32 dongleId, 
							 grd_uint32 driverType);

Parameters

codes

Access codes assigned via the GrdVendorCodes structure

dongleId
Unique identifier (ID) of the hardware key
driverType

Flag indicating the type of the driver used:

  • GRD_DRIVER_TYPE_HID
  • GRD_DRIVER_TYPE_WINUSB
  • GRD_DRIVER_TYPE_VENDOR

Return values

GRD_OK

GRD_INVALID_HANDLE

  • No labels