Source position: jwawinioctl.pas line 1925
type _DISK_CACHE_INFORMATION = record |
ParametersSavable: ByteBool; |
ReadCacheEnabled: ByteBool; |
WriteCacheEnabled: ByteBool; |
ReadRetentionPriority: DISK_CACHE_RETENTION_PRIORITY; |
WriteRetentionPriority: DISK_CACHE_RETENTION_PRIORITY; |
DisablePrefetchTransferLength: Word; |
PrefetchScalar: ByteBool; |
case Integer of |
0: ( |
ScalarPrefetch: TDCIScalarPrefetch; |
); |
1: ( |
BlockPrefetch: TDCIBlockPrefetch; |
); |
end; |