共用方式為


VIRTUAL_STORAGE_BEHAVIOR_CODE列舉 (ntifs.h)

設定虛擬記憶體裝置上所使用的文件系統特定行為。

Syntax

typedef enum _VIRTUAL_STORAGE_BEHAVIOR_CODE {
  VirtualStorageBehaviorUndefined,
  VirtualStorageBehaviorCacheWriteThrough,
  VirtualStorageBehaviorCacheWriteBack,
  VirtualStorageBehaviorStopIoProcessing,
  VirtualStorageBehaviorRestartIoProcessing
} VIRTUAL_STORAGE_BEHAVIOR_CODE, *PVIRTUAL_STORAGE_BEHAVIOR_CODE;

常數

 
VirtualStorageBehaviorUndefined
虛擬儲存裝置的行為未定義。
VirtualStorageBehaviorCacheWriteThrough
在虛擬記憶體裝置上使用 Write-Through 快取。
VirtualStorageBehaviorCacheWriteBack
在虛擬記憶體裝置上使用 Write-Back 快取。
VirtualStorageBehaviorStopIoProcessing
停止虛擬儲存裝置上的 I/O 處理。
VirtualStorageBehaviorRestartIoProcessing
在虛擬儲存裝置上啟動I/O處理。

規格需求

需求
最低支援的用戶端 Windows 10 (版本 1803)
標頭 ntifs.h