WCM_POLICY_VALUE structure (wcmapi.h)
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 |