Skip to content

Latest commit

 

History

History
161 lines (91 loc) · 5.02 KB

ns-ndkpi-_ndk_connector_dispatch.md

File metadata and controls

161 lines (91 loc) · 5.02 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_CONNECTOR_DISPATCH
_NDK_CONNECTOR_DISPATCH (ndkpi.h)
The NDK_CONNECTOR_DISPATCH structure specifies dispatch function entry points for the NDK connector object.
netvista\ndk_connector_dispatch.htm
netvista
12/20/2020
NDK_CONNECTOR_DISPATCH structure
NDK_CONNECTOR_DISPATCH, NDK_CONNECTOR_DISPATCH structure [Network Drivers Starting with Windows Vista], PNDK_CONNECTOR_DISPATCH, PNDK_CONNECTOR_DISPATCH structure pointer [Network Drivers Starting with Windows Vista], _NDK_CONNECTOR_DISPATCH, ndkpi/NDK_CONNECTOR_DISPATCH, ndkpi/PNDK_CONNECTOR_DISPATCH, netvista.ndk_connector_dispatch
ndkpi.h
Ndkpi.h
Windows
Supported in NDIS 6.30 and later.
Windows Server 2012
Windows
NDK_CONNECTOR_DISPATCH
_NDK_CONNECTOR_DISPATCH
ndkpi/_NDK_CONNECTOR_DISPATCH
NDK_CONNECTOR_DISPATCH
ndkpi/NDK_CONNECTOR_DISPATCH
APIRef
kbSyntax
HeaderDef
ndkpi.h
_NDK_CONNECTOR_DISPATCH
NDK_CONNECTOR_DISPATCH

_NDK_CONNECTOR_DISPATCH structure

-description

The NDK_CONNECTOR_DISPATCH structure specifies dispatch function entry points for the NDK connector object.

-struct-fields

-field NdkCloseConnector

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 NdkConnect

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

-field NdkConnectWithSharedEndpoint

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

-field NdkCompleteConnect

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

-field NdkAccept

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

-field NdkReject

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

-field NdkGetConnectionData

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

-field NdkGetLocalAddress

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

-field NdkGetPeerAddress

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

-field NdkDisconnect

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

-field NdkCompleteConnectEx

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

-field NdkAcceptEx

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

-remarks

The NDK_CONNECTOR_DISPATCH structure is used in the NDK_CONNECTOR structure.

-see-also

NDK_FN_ACCEPT_EX

NDK_FN_COMPLETE_CONNECT_EX

NDK_CONNECTOR

NDK_FN_ACCEPT

NDK_FN_CLOSE_OBJECT

NDK_FN_COMPLETE_CONNECT

NDK_FN_CONNECT

NDK_FN_CONNECT_WITH_SHARED_ENDPOINT

NDK_FN_DISCONNECT

NDK_FN_GET_CONNECTION_DATA

NDK_FN_GET_LOCAL_ADDRESS

NDK_FN_GET_PEER_ADDRESS

NDK_FN_QUERY_EXTENSION_INTERFACE

NDK_FN_REJECT