RMGetLicense.GetDRMVersion
Previous | Next |
RMGetLicense.GetDRMVersion
The GetDRMVersion method returns the version of the DRM component of the client player application.
Syntax
bstrDRMVersion = GetLicense.GetDRMVersion
Parameters
This method takes no parameters.
Return Values
This method returns a String containing a string identifying the version of the DRM component of the client player application. If it fails, it returns a number in the error object.
Remarks
This method can be used to determine the version of the client. You can prompt the consumer to upgrade the player if you require a higher version.
Requirements
Version: Windows Media Rights Manager 7 SDK or later
Reference: msnetobj 1.0 Type Library
Library: msnetobj.dll
Platform: Windows Server 2003
See Also
- Predelivering a License By Using the GetLicenseFromURL Method
- Predelivering a License By Using the GetSystemInfo Method
- RMGetLicense Object
Previous | Next |