ClfsMgmtPolicyNewContainerExtension structure

Controls the extension that is given to a new container.

Syntax

c++
typedef struct _ClfsMgmtPolicyNewContainerExtension {
  ULONG ExtensionLengthInBytes;
  WCHAR ExtensionString[1];
} ClfsMgmtPolicyNewContainerExtension, *PClfsMgmtPolicyNewContainerExtension;

Members

  • ExtensionLengthInBytes
    Specifies the length of ExtensionString.

  • ExtensionString
    Specifies the extension given to the container file.

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