ClfsMgmtPolicyMaximumSize structure

The ClfsMgmtPolicyMaximumSize structure specifies the maximum size of a log.

Syntax

typedef struct {
  ULONG Containers;
} ClfsMgmtPolicyMaximumSize;

Members

  • Containers
    Specifies the maximum size of the log as a number of containers.

    There is no default maximum value.

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

ClfsMgmtPolicyMinimumSize