Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
VirtualStorageBehaviorUndefinedThe behavior of the virtual storage device is undefined. |
VirtualStorageBehaviorCacheWriteThroughUse Write-Through caching on the virtual storage device. |
VirtualStorageBehaviorCacheWriteBackUse Write-Back caching on the virtual storage device. |
VirtualStorageBehaviorStopIoProcessingStop I/O processing on the virtual storage device. |
VirtualStorageBehaviorRestartIoProcessingStart I/O processing on the virtual storage device. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 (Version 1803) |
| Header | ntifs.h |