VIRTUAL_STORAGE_BEHAVIOR_CODE enumeration (ntifs.h)
Configures file system-specific behaviors used on virtual storage devices.
Syntax
typedef enum _VIRTUAL_STORAGE_BEHAVIOR_CODE {
VirtualStorageBehaviorUndefined,
VirtualStorageBehaviorCacheWriteThrough,
VirtualStorageBehaviorCacheWriteBack,
VirtualStorageBehaviorStopIoProcessing,
VirtualStorageBehaviorRestartIoProcessing
} VIRTUAL_STORAGE_BEHAVIOR_CODE, *PVIRTUAL_STORAGE_BEHAVIOR_CODE;
Constants
VirtualStorageBehaviorUndefined The behavior of the virtual storage device is undefined. |
VirtualStorageBehaviorCacheWriteThrough Use Write-Through caching on the virtual storage device. |
VirtualStorageBehaviorCacheWriteBack Use Write-Back caching on the virtual storage device. |
VirtualStorageBehaviorStopIoProcessing Stop I/O processing on the virtual storage device. |
VirtualStorageBehaviorRestartIoProcessing Start I/O processing on the virtual storage device. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 (Version 1803) |
Header | ntifs.h |