Windows Media Rights Manager SDK banner art

LicenseGenerator.DeleteIssueEntry

The DeleteIssueEntry method is used to delete an entry from the version 1 license database.

Syntax

LicenseGenerator.DeleteIssueEntry bstrConnectionString, lLicenseIssueId

Parameters

bstrConnectionString

[in] String containing the database connection string.

lLicenseIssueId

[in] Long containing the ID of the entry to be deleted from the database.

Return Values

This method does not return a value.

Remarks

Entries in the database are made when licenses are issued. If the client is not issued a license, you can use the DeleteIssueEntry method to delete the entry from the table. This method is only useful when a database is used.

Requirements

Version: Windows Media Rights Manager 7 SDK or later

Reference: LicenseServer 1.0 Type Library

Library: licenseserver.dll

Platform: Windows Server 2003

See Also