FSRTL_CHANGE_BACKING_TYPE enumeration

The FSRTL_CHANGE_BACKING_TYPE enumeration specifies the type of cache or control area that a file object designates.

Syntax

typedef enum _FSRTL_CHANGE_BACKING_TYPE { 
  ChangeDataControlArea   = 0,
  ChangeImageControlArea  = 1,
  ChangeSharedCacheMap    = 2
} FSRTL_CHANGE_BACKING_TYPE, *PFSRTL_CHANGE_BACKING_TYPE;

Constants

  • ChangeDataControlArea
    The data control area of the memory manager.

  • ChangeImageControlArea
    An image control area that belongs to the memory manager.

  • ChangeSharedCacheMap
    The shared cache map of the cache manager.

Requirements

Header

Ntifs.h (include Ntifs.h)

See also

FsRtlChangeBackingFileObject

 

 

Send comments about this topic to Microsoft