PROCESS_PROTECTION_LEVEL_INFORMATION structure

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Specifies whether Protected Process Light (PPL) is enabled.

Syntax


typedef struct _PROCESS_PROTECTION_LEVEL_INFORMATION {
  DWORD ProtectionLevel;
} PROCESS_PROTECTION_LEVEL_INFORMATION, *PPROCESS_PROTECTION_LEVEL_INFORMATION;

Members

ProtectionLevel

The one of the following values.

ValueMeaning
PROTECTION_LEVEL_WINTCB_LIGHT

For internal use only.

PROTECTION_LEVEL_WINDOWS

For internal use only.

PROTECTION_LEVEL_WINDOWS_LIGHT

For internal use only.

PROTECTION_LEVEL_ANTIMALWARE_LIGHT

For internal use only.

PROTECTION_LEVEL_LSA_LIGHT

For internal use only.

PROTECTION_LEVEL_WINTCB

Not implemented.

PROTECTION_LEVEL_CODEGEN_LIGHT

Not implemented.

PROTECTION_LEVEL_AUTHENTICODE

Not implemented.

PROTECTION_LEVEL_PPL_APP

The process is a third party app that is using process protection.

PROTECTION_LEVEL_NONE

The process is not protected.

 

 

 

Show: