// ntifs.h
typedef enum _FSRTL_CHANGE_BACKING_TYPE {
ChangeDataControlArea,
ChangeImageControlArea,
ChangeSharedCacheMap
} FSRTL_CHANGE_BACKING_TYPE, *PFSRTL_CHANGE_BACKING_TYPE;
View the official Windows Driver Kit DDI referenceNo description available.
The FSRTL_CHANGE_BACKING_TYPE enumeration specifies the type of cache or control area that a file object designates.
ChangeDataControlAreaThe data control area of the memory manager.
ChangeImageControlAreaAn image control area that belongs to the memory manager.
ChangeSharedCacheMapThe shared cache map of the cache manager.