estructura WCM_POLICY_VALUE (wcmapi.h)
La estructura WCM_POLICY_VALUE contiene información sobre el valor actual de una directiva.
Sintaxis
typedef struct _WCM_POLICY_VALUE {
BOOL fValue;
BOOL fIsGroupPolicy;
} WCM_POLICY_VALUE, *PWCM_POLICY_VALUE;
Miembros
fValue
Tipo: BOOL
True si la directiva está habilitada; de lo contrario, false.
fIsGroupPolicy
Tipo: BOOL
True si directiva de grupo proporcionó el valor actual; de lo contrario, false.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2012 [solo aplicaciones de escritorio] |
Encabezado | wcmapi.h |