NDIS_NDK_CONNECTION_ENTRY structure (ntddndis.h)
The NDIS_NDK_CONNECTION_ENTRY structure specifies a connection entry for an active NDK connection on a miniport adapter.
Syntax
typedef struct _NDIS_NDK_CONNECTION_ENTRY {
SOCKADDR_INET Local;
SOCKADDR_INET Remote;
BOOLEAN UserModeOwner;
ULONG OwnerPid;
} NDIS_NDK_CONNECTION_ENTRY;
Members
Local
The local IP address and port.
Remote
The remote IP address and port.
UserModeOwner
A BOOLEAN value that is TRUE if the connection is an NDS user-mode connection, or FALSE if it is an NDK kernel-mode connection.
OwnerPid
A process identifier for an NDS user-mode connection.
Remarks
The NDIS_NDK_CONNECTION_ENTRY structure is used in the NDIS_NDK_CONNECTIONS structure to specify an array of connections.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported,Supported in NDIS 6.30 and later. |
Minimum supported server | Windows Server 2012 |
Header | ntddndis.h (include Ndis.h) |