AFD_RIO_REQUEST_QUEUE_ENTRY - 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_ENTRY
{
    AFD_RIO_BUF Data;
    AFD_RIO_BUF SourceAddress;
    AFD_RIO_BUF DestinationAddress;
    AFD_RIO_BUF Control;
    AFD_RIO_BUF FlagsBuffer;
    ULONG Flags;
    ULONGLONG Context;
} AFD_RIO_REQUEST_QUEUE_ENTRY, *PAFD_RIO_REQUEST_QUEUE_ENTRY;

#endif

View code on GitHub

NtDoc

No description available.