Skip to content

Latest commit

 

History

History
148 lines (85 loc) · 4.55 KB

ns-ndkpi-_ndk_qp_dispatch.md

File metadata and controls

148 lines (85 loc) · 4.55 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ndkpi._NDK_QP_DISPATCH
_NDK_QP_DISPATCH (ndkpi.h)
The NDK_QP_DISPATCH structure specifies dispatch function entry points for the NDK queue pair (QP) object.
netvista\ndk_qp_dispatch.htm
netvista
05/02/2018
NDK_QP_DISPATCH structure
NDK_QP_DISPATCH, NDK_QP_DISPATCH structure [Network Drivers Starting with Windows Vista], _NDK_QP_DISPATCH, ndkpi/NDK_QP_DISPATCH, netvista.ndk_qp_dispatch
ndkpi.h
Ndkpi.h
Windows
None supported,Supported in NDIS 6.30 and later.
Windows Server 2012
Windows
NDK_QP_DISPATCH
_NDK_QP_DISPATCH
ndkpi/_NDK_QP_DISPATCH
NDK_QP_DISPATCH
ndkpi/NDK_QP_DISPATCH
APIRef
kbSyntax
HeaderDef
ndkpi.h
_NDK_QP_DISPATCH
NDK_QP_DISPATCH

_NDK_QP_DISPATCH structure

-description

The NDK_QP_DISPATCH structure specifies dispatch function entry points for the NDK queue pair (QP) object.

-struct-fields

-field NdkCloseQp

The entry point for the object's NDK_FN_CLOSE_OBJECT dispatch function.

-field NdkQueryExtension

The entry point for the object's NDK_FN_QUERY_EXTENSION_INTERFACE dispatch function.

-field NdkFlush

The entry point for the object's NDK_FN_FLUSH dispatch function.

-field NdkSend

The entry point for the object's NDK_FN_SEND dispatch function.

-field NdkReceive

The entry point for the object's NDK_FN_RECEIVE dispatch function.

-field NdkBind

The entry point for the object's NDK_FN_BIND dispatch function.

-field NdkFastRegister

The entry point for the object's NDK_FN_FAST_REGISTER dispatch function.

-field NdkInvalidate

The entry point for the object's NDK_FN_INVALIDATE dispatch function.

-field NdkRead

The entry point for the object's NDK_FN_READ dispatch function.

-field NdkWrite

The entry point for the object's NDK_FN_WRITE dispatch function.

-field NdkSendAndInvalidate

The entry point for the object's NDK_FN_SEND_AND_INVALIDATE dispatch function.

Note  This member is supported only in NDKPI 1.2 (Windows Server 2012 R2) and later.

-remarks

The NDK_QP_DISPATCH structure is used in the NDK_QP structure.

-see-also

NDK_FN_BIND

NDK_FN_CLOSE_OBJECT

NDK_FN_FAST_REGISTER

NDK_FN_FLUSH

NDK_FN_INVALIDATE

NDK_FN_QUERY_EXTENSION_INTERFACE

NDK_FN_READ

NDK_FN_RECEIVE

NDK_FN_SEND

NDK_FN_WRITE

NDK_QP