AFD_RIO_COMPLETION_QUEUE - NtDoc

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

// private
typedef struct _AFD_RIO_COMPLETION_QUEUE
{
    ULONG QHead;
    ULONG QTail;
    BOOLEAN Corrupted;
    RIORESULT QEntry[ANYSIZE_ARRAY];
} AFD_RIO_COMPLETION_QUEUE, *PAFD_RIO_COMPLETION_QUEUE;

#endif

View code on GitHub

NtDoc

No description available.