Skip to content

Latest commit

 

History

History
64 lines (53 loc) · 1.37 KB

nf-wldp-wldpisdynamiccodepolicyenabled.md

File metadata and controls

64 lines (53 loc) · 1.37 KB
UID tech.root title ms.date targetos description prerelease req.assembly req.construct-type req.ddi-compliance req.dll req.header req.idl req.include-header req.irql req.kmdf-ver req.lib req.max-support req.namespace req.redist req.target-min-winverclnt req.target-min-winversvr req.target-type req.type-library req.umdf-ver req.unicode-ansi topic_type api_type api_location api_name f1_keywords dev_langs helpviewer_keywords
NF:wldp.WldpIsDynamicCodePolicyEnabled
security
WldpIsDynamicCodePolicyEnabled
08/23/2022
Windows
Retrieves a value that describes the Device Guard policy enforcement status for .NET dynamic code.
false
function
wldp.dll
wldp.h
wldp.lib
Windows 10, version 1803
Windows Server 2016
apiref
DllExport
wldp.dll
WldpIsDynamicCodePolicyEnabled
WldpIsDynamicCodePolicyEnabled
wldp/WldpIsDynamicCodePolicyEnabled
c++
WldpIsDynamicCodePolicyEnabled

-description

Retrieves a value that describes the Device Guard policy enforcement status for .NET dynamic code.

-parameters

-param isEnabled

On success, returns true if the Device Guard policy enforces .NET Dynamic Code policy; otherwise, returns false.

-returns

This method returns S_OK if successful or a failure code otherwise.

-remarks

Dynamic code refers to .NET CRL dynamically-generated code.

-see-also