ClfsMgmtPolicyNewContainerExtension structure
Controls the extension that is given to a new container.
c++
typedef struct _ClfsMgmtPolicyNewContainerExtension {
ULONG ExtensionLengthInBytes;
WCHAR ExtensionString[1];
} ClfsMgmtPolicyNewContainerExtension, *PClfsMgmtPolicyNewContainerExtension;
ExtensionLengthInBytes
Specifies the length of ExtensionString.ExtensionString
Specifies the extension given to the container file.
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 R2 [desktop apps only] |
Header |
Clfsmgmt.h |