Skip to content

Latest commit

 

History

History
94 lines (62 loc) · 3.07 KB

ns-ndkpi-_ndk_connector.md

File metadata and controls

94 lines (62 loc) · 3.07 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
_NDK_CONNECTOR (ndkpi.h)
The NDK_CONNECTOR structure specifies the attributes of an NDK connector object.
netvista\ndk_connector.htm
netvista
05/02/2018
NDK_CONNECTOR structure
NDK_CONNECTOR, NDK_CONNECTOR structure [Network Drivers Starting with Windows Vista], PNDK_CONNECTOR, PNDK_CONNECTOR structure pointer [Network Drivers Starting with Windows Vista], _NDK_CONNECTOR, ndkpi/NDK_CONNECTOR, ndkpi/PNDK_CONNECTOR, netvista.ndk_connector
ndkpi.h
Ndkpi.h
Windows
None supported,Supported in NDIS 6.30 and later.
Windows Server 2012
Windows
NDK_CONNECTOR
_NDK_CONNECTOR
ndkpi/_NDK_CONNECTOR
NDK_CONNECTOR
ndkpi/NDK_CONNECTOR
APIRef
kbSyntax
HeaderDef
ndkpi.h
_NDK_CONNECTOR
NDK_CONNECTOR

_NDK_CONNECTOR structure

-description

The NDK_CONNECTOR structure specifies the attributes of an NDK connector object.

-struct-fields

-field Header

The NDK_OBJECT_HEADER structure for the NDK_CONNECTOR structure. Set the ObjectType member of the structure that Header specifies to NdkObjectTypeConnector.

-field Dispatch

A pointer to an NDK_CONNECTOR_DISPATCH structure that defines dispatch functions for the NDK connector object.

-remarks

An NDK provider must set the Dispatch member pointer to its NDK_CONNECTOR_DISPATCH table before returning the created connector object. The provider must not use the Dispatch member after setting it because the NDK consumer can set the Dispatch member to some other value.

-see-also

NDKPI Listeners, Connectors, and Endpoints

NDKPI Object Lifetime Requirements

NDK_CONNECTOR_DISPATCH

NDK_FN_CLOSE_OBJECT

NDK_FN_CREATE_COMPLETION

NDK_FN_CREATE_CONNECTOR

NDK_OBJECT_HEADER