Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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) |