Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The CLFS_MGMT_POLICY_TYPE enumeration lists the valid policy types.
Syntax
typedef enum _CLFS_MGMT_POLICY_TYPE {
ClfsMgmtPolicyMaximumSize = 0x0,
ClfsMgmtPolicyMinimumSize,
ClfsMgmtPolicyNewContainerSize,
ClfsMgmtPolicyGrowthRate,
ClfsMgmtPolicyLogTail,
ClfsMgmtPolicyAutoShrink,
ClfsMgmtPolicyAutoGrow,
ClfsMgmtPolicyNewContainerPrefix,
ClfsMgmtPolicyNewContainerSuffix,
ClfsMgmtPolicyNewContainerExtension,
ClfsMgmtPolicyInvalid
} CLFS_MGMT_POLICY_TYPE, *PCLFS_MGMT_POLICY_TYPE;
Constants
ClfsMgmtPolicyMaximumSizeValue: 0x0 Specifies the maximum size of the log. |
ClfsMgmtPolicyMinimumSizeSpecifies the minimum size of the log. |
ClfsMgmtPolicyNewContainerSizeSpecifies the size of a new container. |
ClfsMgmtPolicyGrowthRateControls the rate of growth of the log. |
ClfsMgmtPolicyLogTailControls the amount of space that LOG_TAIL_ADVANCE_CALLBACK requests. |
ClfsMgmtPolicyAutoShrinkControls the percentage of containers that are removed if the log is set to autogrow. |
ClfsMgmtPolicyAutoGrowIndicates if the log should automatically shrink or grow. |
ClfsMgmtPolicyNewContainerPrefixControls the prefix given to a new container. |
ClfsMgmtPolicyNewContainerSuffixControls the suffix given to a new container. |
ClfsMgmtPolicyNewContainerExtensionControls the extension given to a new container. |
ClfsMgmtPolicyInvalid |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 R2 [desktop apps only] |
| Header | clfsmgmt.h |