structure WCM_POLICY_VALUE (wcmapi.h)
La structure WCM_POLICY_VALUE contient des informations sur la valeur actuelle d’une stratégie.
Syntaxe
typedef struct _WCM_POLICY_VALUE {
BOOL fValue;
BOOL fIsGroupPolicy;
} WCM_POLICY_VALUE, *PWCM_POLICY_VALUE;
Membres
fValue
Type : BOOL
True si la stratégie est activée ; sinon, false.
fIsGroupPolicy
Type : BOOL
True si la valeur actuelle a été fournie par stratégie de groupe ; sinon, false.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | wcmapi.h |