CIM_MOUNT_IMAGE_FLAGS enumeration (cimfs.h)

Flags that can be used to modify the behavior of CimMountImage.

Syntax

typedef enum CIM_MOUNT_IMAGE_FLAGS {
  CIM_MOUNT_IMAGE_NONE = 0x00000000,
  CIM_MOUNT_CHILD_ONLY = 0x00000001,
  CIM_MOUNT_ENABLE_DAX,
  CIM_MOUNT_CACHE_FILES,
  CIM_MOUNT_CACHE_REGIONS,
  CIM_MOUNT_BLOCK_CIM
} ;

Constants

 
CIM_MOUNT_IMAGE_NONE
Value: 0x00000000
When no flags are specified the mounted image will contain the entire contents of the image.
CIM_MOUNT_CHILD_ONLY
Value: 0x00000001
This flag is ignored.

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004 (10.0; Build 19041)
Minimum supported server Windows Server, version 2004 (10.0; Build 19041)
Header cimfs.h