#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;
View code on GitHub
No description available.