EDP_CONTEXT構造体

[WIP ポリシー] では、プロセスのエンタープライズ コンテキスト (エンタープライズ ID など) を表します。

構文

typedef struct
{
    EDP_CONTEXT_STATES contextStates;
    ULONG allowedEnterpriseIdCount;
    PWSTR enterpriseIdForUIEnforcement;
    PWSTR allowedEnterpriseIds[1];
} EDP_CONTEXT;

メンバー

contextStates

WIP エンタープライズ コンテキストに適用される EDP_CONTEXT_STATES 列挙の状態 (フラグ)。

allowedEnterpriseIdCount

AllowedEnterpriseIds のエンタープライズ ID の数。

enterpriseIdForUIEnforcement

プロセスの現在の UI コンテキストのエンタープライズ ID。

allowedEnterpriseIds

アプリケーションがエンタープライズ データへのアクセスを許可されているすべてのエンタープライズ ID の一覧。

要件

要件
サポートされている最小のクライアント Windows 10
サポートされている最小のサーバー Windows 10
ヘッダー なし