struct IO_PRIORITY_INFO

typedef struct _IO_PRIORITY_INFO
{
     ULONG Size;
     ULONG ThreadPriority;
     ULONG PagePriority;
     IO_PRIORITY_HINT IoPriority;
} IO_PRIORITY_INFO, *PIO_PRIORITY_INFO;

Windows Vista Kernel Structures