VPT_REQUEST_LINE
Syntax
typedef struct _VPT_REQUEST_LINE{ unsigned char ucOperation;
unsigned char *pucVendorDefined;
unsigned long ulVendorDefinedLength;
unsigned char *pucLicenseLine;
unsigned long ulLicenseLineLength;
} VPT_REQUEST_LINE, *PVPT_REQUEST_LINE;
| Member | Description |
| ucOperation |
Specify R to revoke a license. |
| pucVendorDefined |
The vendor defined data. If there is no vendor defined data, the pucVendorDefined argument must be NULL. Correspondingly, the ulVendorDefinedLength argument is ignored. |
| ulVendorDefinedLength |
The length of the vendor defined data. |
| pucLicenseLine |
The license string to be added or revoked. |
| ulLicenseLineLength |
The length of license string to be added or revoked. |