ClfsMgmtPolicyAutoGrow structure

The ClfsMgmtPolicyAutoGrow structure controls the auto-grow feature. If ClfsMgmtPolicyAutoGrow is enabled, the log grows according to the GrowthRate member value, and is limited by the MaximumSize member value when the log reaches a state where one or no containers are free.

Syntax

typedef struct {
  ULONG Enabled;
} ClfsMgmtPolicyAutoGrow;

Members

  • Enabled
    Specifies whether the auto-grow policy is enabled. Specify zero to disable the auto-grow policy. The default is disabled.

Remarks

Containers are added using a managed client's security context.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2003 R2 [desktop apps only]

Header

Clfsmgmt.h

See also

CLFS_MGMT_POLICY

ClfsMgmtPolicyAutoShrink