Unit 'JwaWindows' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#winunits-jedi]

_DISK_CACHE_INFORMATION

Declaration

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;


Documentation generated on: 2023-03-18