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.
Defines values that are used with the FILE_IO_PRIORITY_HINT_INFO structure to specify the priority hint for a file I/O operation.
Syntax
typedef enum _PRIORITY_HINT {
IoPriorityHintVeryLow = 0,
IoPriorityHintLow,
IoPriorityHintNormal,
MaximumIoPriorityHintType
} PRIORITY_HINT;
Constants
IoPriorityHintVeryLowValue: 0 The lowest possible priority hint level. The system uses this value for background I/O operations. |
IoPriorityHintLowA low-priority hint level. |
IoPriorityHintNormalA normal-priority hint level. This value is the default setting for an I/O operation. |
MaximumIoPriorityHintTypeThis value is used for validation. Supported values are less than this value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | winbase.h (include Windows.h) |