Skip to content

Latest commit

 

History

History
84 lines (69 loc) · 3.09 KB

ns-winbase-file_io_priority_hint_info.md

File metadata and controls

84 lines (69 loc) · 3.09 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:winbase._FILE_IO_PRIORITY_HINT_INFO
FILE_IO_PRIORITY_HINT_INFO (winbase.h)
Specifies the priority hint for a file I/O operation.
*PFILE_IO_PRIORITY_HINT_INFO
FILE_IO_PRIORITY_HINT_INFO
FILE_IO_PRIORITY_HINT_INFO structure [Files]
PFILE_IO_PRIORITY_HINT_INFO
PFILE_IO_PRIORITY_HINT_INFO structure pointer [Files]
_FILE_IO_PRIORITY_HINT_INFO
fs.file_io_priority_hint_info
winbase/FILE_IO_PRIORITY_HINT_INFO
winbase/PFILE_IO_PRIORITY_HINT_INFO
fs\file_io_priority_hint_info.htm
fs
a142b8fd-b71c-4449-a8c6-fb23715d1576
12/05/2018
*PFILE_IO_PRIORITY_HINT_INFO, FILE_IO_PRIORITY_HINT_INFO, FILE_IO_PRIORITY_HINT_INFO structure [Files], PFILE_IO_PRIORITY_HINT_INFO, PFILE_IO_PRIORITY_HINT_INFO structure pointer [Files], _FILE_IO_PRIORITY_HINT_INFO, fs.file_io_priority_hint_info, winbase/FILE_IO_PRIORITY_HINT_INFO, winbase/PFILE_IO_PRIORITY_HINT_INFO
winbase.h
Windows.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Windows
FILE_IO_PRIORITY_HINT_INFO, *PFILE_IO_PRIORITY_HINT_INFO
19H1
_FILE_IO_PRIORITY_HINT_INFO
winbase/_FILE_IO_PRIORITY_HINT_INFO
PFILE_IO_PRIORITY_HINT_INFO
winbase/PFILE_IO_PRIORITY_HINT_INFO
FILE_IO_PRIORITY_HINT_INFO
winbase/FILE_IO_PRIORITY_HINT_INFO
c++
APIRef
kbSyntax
HeaderDef
WinBase.h
FILE_IO_PRIORITY_HINT_INFO

FILE_IO_PRIORITY_HINT_INFO structure

-description

Specifies the priority hint for a file I/O operation.

-struct-fields

-field PriorityHint

The priority hint. This member is a value from the PRIORITY_HINT enumeration.

-remarks

The SetFileInformationByHandle function can be used with this structure to associate a priority hint with I/O operations on a file-handle basis. In addition to the idle priority (very low), this function allows normal priority and low priority. Whether these priorities are supported and honored by the underlying drivers depends on their implementation (which is why they are called hints). For more information, see the I/O Prioritization in Windows Vista white paper on the Windows Hardware Developer Central (WHDC) website.

This structure must be aligned on a LONGLONG (8-byte) boundary.

-see-also

PRIORITY_HINT

SetFileInformationByHandle