VRT_VERIFY_INFO_REDUNDANT_LIC

typedef struct _VRT_VERIFY_INFO_REDUNDANT_LIC
{
        unsigned char *pucRevocationTicket;
        unsigned long ulRevocationTicketLength;
        PVRT_VERIFY_ERRORS pvErrorInfo;
        unsigned long ulErrorInfoTotalLength;
} VRT_VERIFY_INFO_REDUNDANT_LIC, *PVRT_VERIFY_INFO_REDUNDANT_LIC;
Member Description
pucRevocationTicket A pointer to the returned revocation ticket.
ulRevocationTicketLength The length of the revocation ticket.
pvErrorInfo

A pointer to the structure to store the error report returned.

The memory needs to be allocated by the caller.

ulErrorInfoTotalLength

The size of the pvErrorInfo argument.

If the pvErrorInfo argument is passed as NULL or the length is less than the size required for the error report, the function will return the required length.

The caller needs to allocate the required memory and call the API again.