WMRMLicGen.RIV
Previous | Next |
WMRMLicGen.RIV
The RIV property retrieves the revocation information version (RIV) of the license server.
Syntax
DWORD = WMRMLicGen .RIV
Parameters
This property takes no parameters.
Return Values
If the property succeeds, it returns a DWORD indicating the revocation information version of the license server. If it fails, it returns a number in the error object.
Return code | Description |
0x80070057L | The parameter was not set. |
0xC0042905 | The property was not set. |
Remarks
This property is read-only.
The license server RIV is used to determine whether the revocation information on a client computer or device is out of date. When a license request is received, the license server RIV is compared to the client RIV, which is contained in the license challenge. If the RIV of the license server is newer than that of the client, updated revocation information is added to the license and delivered to the client.
Requirements
Version: Windows Media Rights Manager 10.1.1 SDK
Reference: wmrmobjs 1.0 Type Library
Library: wmrmobjs.dll
Platform: Windows Server 2003
See Also
Previous | Next |