Skip to content

Latest commit

 

History

History
85 lines (65 loc) · 2.79 KB

nf-msdrm-drmregisterprotectedwindow.md

File metadata and controls

85 lines (65 loc) · 2.79 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:msdrm.DRMRegisterProtectedWindow
DRMRegisterProtectedWindow function (msdrm.h)
Registers a window in the protected environment.
DRMRegisterProtectedWindow
DRMRegisterProtectedWindow function [Active Directory Rights Management Services SDK 1.0]
msdrm/DRMRegisterProtectedWindow
rm.drmregisterprotectedwindow
rm\drmregisterprotectedwindow.htm
rm
4801ea8b-4437-4c2b-bec0-60aefaaa1251
12/05/2018
DRMRegisterProtectedWindow, DRMRegisterProtectedWindow function [Active Directory Rights Management Services SDK 1.0], msdrm/DRMRegisterProtectedWindow, rm.drmregisterprotectedwindow
msdrm.h
Windows
Windows Vista with SP1
Windows Server 2008
Msdrm.lib
Msdrm.dll
Windows
19H1
DRMRegisterProtectedWindow
msdrm/DRMRegisterProtectedWindow
c++
APIRef
kbSyntax
DllExport
Msdrm.dll
DRMRegisterProtectedWindow

DRMRegisterProtectedWindow function

-description

[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.

-parameters

-param hEnv [in]

A handle to the secure environment.

-param hwnd [in]

A handle to the window to be registered.

-returns

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.

-see-also

AD RMS Functions