NDIS_NDK_LOCAL_ENDPOINT_ENTRY structure (ntddndis.h)
The NDIS_NDK_LOCAL_ENDPOINT_ENTRY structure specifies an ND local endpoint entry for an ND local endpoint on a miniport adapter.
Syntax
typedef struct _NDIS_NDK_LOCAL_ENDPOINT_ENTRY {
SOCKADDR_INET Local;
BOOLEAN UserModeOwner;
BOOLEAN Listener;
ULONG OwnerPid;
} NDIS_NDK_LOCAL_ENDPOINT_ENTRY;
Members
Local
The local 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.
Listener
A BOOLEAN value that is TRUE if the connection is a listener or FALSE if it is a shared endpoint.
OwnerPid
A process identifier for an NDS user-mode connection.
Remarks
The NDIS_NDK_LOCAL_ENDPOINT_ENTRY structure is used in the NDIS_NDK_LOCAL_ENDPOINTS structure to specify an array of local endpoints.
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) |