Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The WCM_POLICY_VALUE structure contains information about the current value of a policy.
Syntax
typedef struct _WCM_POLICY_VALUE {
  BOOL fValue;
  BOOL fIsGroupPolicy;
} WCM_POLICY_VALUE, *PWCM_POLICY_VALUE;
Members
fValue
Type: BOOL
True if the policy is enabled; otherwise, false.
fIsGroupPolicy
Type: BOOL
True if the current value was provided by Group Policy; otherwise, false.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] | 
| Minimum supported server | Windows Server 2012 [desktop apps only] | 
| Header | wcmapi.h |