DlpAppEnforceLevel 枚举

指定终结点数据丢失防护 (DLP) 操作的强制级别。

语法

typedef enum _DlpAppEnforceLevel {
    DlpAppEnforceLevelNone = 0, 
    DlpAppEnforceLevelNotify,   
    DlpAppEnforceLevelPrevent,   
    DlpAppEnforceLevelFull, 
    DlpAppEnforceLevelCount,
}DlpAppEnforceLevel;

常量

DlpAppEnforceLevelNone [in]

应用不强制执行。 DLP 系统将强制实施该操作。

DlpAppEnforceLevelNotify [in]

Tne 应用将使用 DLP API 来通知 DLP 系统有关操作的信息。 DLP 系统将强制实施该操作。

DlpAppEnforceLevelPrevent [in]

当前版本不支持。

DlpAppEnforceLevelFull [in]

当前版本不支持。

DlpAppEnforceLevelCount [in]

枚举的最大值。

备注

此枚举中的值由 DLP_APP_OP_ENLIGHTENED_LEVEL 结构使用。

要求

要求
最低受支持的客户端
Windows 10 版本 1809 (10.0;内部版本 17763)