ClfsMgmtPolicyNewContainerPrefix structure
The ClfsMgmtPolicyNewContainerPrefix structure controls the prefix that is given to a new container.
typedef struct {
USHORT PrefixLengthInBytes;
WCHAR PrefixString[1];
} ClfsMgmtPolicyNewContainerPrefix;
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>.
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
Header |
Clfsmgmt.h |