ClfsMgmtPolicyNewContainerPrefix structure

The ClfsMgmtPolicyNewContainerPrefix structure controls the prefix that is given to a new container.

Syntax

c++
typedef struct {
  USHORT PrefixLengthInBytes;
  WCHAR  PrefixString[1];
} ClfsMgmtPolicyNewContainerPrefix;

Members

  • PrefixLengthInBytes
    Specifies the length of PrefixString.

  • PrefixString
    Specifies the prefix string. This string should include a full path to the directory where the containers are created, and a prefix for the container name.

    The default path to the container is the directory that contains the base log. The default value is "Container". The log container is created with the name <Name of Log><Default Prefix><Number>.

    Note  The Common Log File System (CLFS) determines the value of <Number>.

     

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