AFD_RIO_REQUEST_QUEUE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTAFD_H

// private
typedef struct _AFD_RIO_REQUEST_QUEUE
{
    ULONG Start;
    ULONG End;
    BOOLEAN PokeRequired;
    AFD_RIO_REQUEST_QUEUE_ENTRY Entries[ANYSIZE_ARRAY];
} AFD_RIO_REQUEST_QUEUE, *PAFD_RIO_REQUEST_QUEUE;

#endif

View code on GitHub

NtDoc

No description available.