DRMCloseQueryHandle function (msdrm.h)

[The AD RMS SDK leveraging functionality exposed by

the client in Msdrm.dll is available for use in Windows Server 2008, Windows Vista, Windows Server 2008 R2, Windows 7, Windows Server 2012, and Windows 8. It may be altered or

unavailable in subsequent versions. Instead, use Active Directory Rights Management Services SDK 2.1,

which leverages functionality exposed by the client in Msipc.dll.]

The DRMCloseQueryHandle function closes a handle to an unbound license object.

Syntax

DRMEXPORT HRESULT UDAPICALL DRMCloseQueryHandle(
  [in] DRMQUERYHANDLE hQuery
);

Parameters

[in] hQuery

A handle to an object in an unbound license.

Return value

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Remarks

The AD RMS system exposes an object-oriented interface to a license. Bound licenses are accessed using a DRMHANDLE, while unbound licenses are accessed by a DRMQUERYHANDLE. The two types are not interchangeable. This function closes unbound licenses. For more information about examining unbound licenses, see DRMParseUnboundLicense.

Requirements

Requirement Value
Target Platform Windows
Header msdrm.h
Library Msdrm.lib
DLL Msdrm.dll

See also

AD RMS Functions