AFD_RIO_COMMAND_CREATE_CQ - NtDoc

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

// private
typedef struct _AFD_RIO_COMMAND_CREATE_CQ
{
    AFD_RIO_COMMAND_HEADER Header;
    ULONG QSize;
    AFD_RIO_NOTIFICATION_COMPLETION_TYPE NotificationType;
    ULONGLONG NotificationHandle;
    ULONGLONG NotificationContext;
    ULONGLONG NotificationContext2;
    ULONG BufferSize;
    ULONGLONG Buffer;
} AFD_RIO_COMMAND_CREATE_CQ, *PAFD_RIO_COMMAND_CREATE_CQ;

#endif

View code on GitHub

No description available.