NDK_CQ_DISPATCH structure (ndkpi.h)
The NDK_CQ_DISPATCH structure specifies dispatch function entry points for the NDK completion queue (CQ) object.
Syntax
typedef struct _NDK_CQ_DISPATCH {
NDK_FN_CLOSE_OBJECT NdkCloseCq;
NDK_FN_QUERY_EXTENSION_INTERFACE NdkQueryExtension;
NDK_FN_RESIZE_CQ NdkResizeCq;
NDK_FN_ARM_CQ NdkArmCq;
NDK_FN_GET_CQ_RESULTS NdkGetCqResults;
NDK_FN_CONTROL_CQ_INTERRUPT_MODERATION NdkControlCqInterruptModeration;
NDK_FN_GET_CQ_RESULTS_EX NdkGetCqResultsEx;
} NDK_CQ_DISPATCH;
Members
NdkCloseCq
The entry point for the object's NDK_FN_CLOSE_OBJECT dispatch function.
NdkQueryExtension
The entry point for the object's NDK_FN_QUERY_EXTENSION_INTERFACE dispatch function.
NdkResizeCq
The entry point for the object's NDK_FN_RESIZE_CQ dispatch function.
NdkArmCq
The entry point for the object's NDK_FN_ARM_CQ dispatch function.
NdkGetCqResults
The entry point for the object's NDK_FN_GET_CQ_RESULTS dispatch function.
NdkControlCqInterruptModeration
The entry point for the object's NDK_FN_CONTROL_CQ_INTERRUPT_MODERATION dispatch function.
NdkGetCqResultsEx
The entry point for the object's NDK_FN_GET_CQ_RESULTS_EX dispatch function.
Note This member is supported only in NDKPI 1.2 (Windows Server 2012 R2) and later.
Remarks
The NDK_CQ_DISPATCH structure is used in the NDK_CQ structure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported,Supported in NDIS 6.30 and later. |
Minimum supported server | Windows Server 2012 |
Header | ndkpi.h (include Ndkpi.h) |
See also
NDK_FN_CONTROL_CQ_INTERRUPT_MODERATION