DRMRegisterProtectedWindow 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 DRMRegisterProtectedWindow function registers a window in the protected environment.

Syntax

DRMEXPORT HRESULT UDAPICALL DRMRegisterProtectedWindow(
  [in] DRMENVHANDLE hEnv,
  [in] HWND         hwnd
);

Parameters

[in] hEnv

A handle to the secure environment.

[in] hwnd

A handle to the window to be registered.

Return value

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following list. For a list of common error codes, see Common HRESULT Values.

Remarks

If the process ID does not equal the ID of the thread that created the window, the function fails. Also, if the visibility state of the window is not WS_VISIBLE, the function fails.

Requirements

Requirement Value
Minimum supported client Windows Vista with SP1
Minimum supported server Windows Server 2008
Target Platform Windows
Header msdrm.h
Library Msdrm.lib
DLL Msdrm.dll

See also

AD RMS Functions