drmregistercontent (msdrm)
Last changed: anonymous

.
Summary
The DRMRegisterContent function informs the Active Directory Rights Management Services (AD RMS) client that an AD RMS-protected document is being or is no longer being displayed.

C# Signature:

[DllImport("msdrm.dll", SetLastError = true)]
static extern IntPtr DRMRegisterContent(bool fRegister);

VB Signature:

Declare Function DRMRegisterContent Lib "msdrm.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

DRMRegisterContent(true);

Documentation