AFD_RIO_COMMAND_RESIZE_RQ_PAIR - NtDoc

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

// private
typedef struct _AFD_RIO_COMMAND_RESIZE_RQ_PAIR
{
    AFD_RIO_COMMAND_HEADER Header;
    ULONG SendQueueEntryCount;
    ULONG SendQueueBufferSize;
    ULONGLONG SendQueueBuffer;
    ULONG ReceiveQueueEntryCount;
    ULONG ReceiveQueueBufferSize;
    ULONGLONG ReceiveQueueBuffer;
} AFD_RIO_COMMAND_RESIZE_RQ_PAIR, *PAFD_RIO_COMMAND_RESIZE_RQ_PAIR;

#endif

View code on GitHub

No description available.