ReactOS 0.4.15-dev-7918-g2a2556c
_PROTOCOL_BINDING Struct Reference

#include <protocol.h>

Collaboration diagram for _PROTOCOL_BINDING:

Public Attributes

LIST_ENTRY ListEntry
 
KSPIN_LOCK Lock
 
NDIS_PROTOCOL_CHARACTERISTICS Chars
 
WORK_QUEUE_ITEM WorkItem
 
LIST_ENTRY AdapterListHead
 

Detailed Description

Definition at line 10 of file protocol.h.

Member Data Documentation

◆ AdapterListHead

LIST_ENTRY _PROTOCOL_BINDING::AdapterListHead

Definition at line 15 of file protocol.h.

◆ Chars

◆ ListEntry

LIST_ENTRY _PROTOCOL_BINDING::ListEntry

Definition at line 11 of file protocol.h.

◆ Lock

KSPIN_LOCK _PROTOCOL_BINDING::Lock

Definition at line 12 of file protocol.h.

Referenced by NdisCloseAdapter().

◆ WorkItem

WORK_QUEUE_ITEM _PROTOCOL_BINDING::WorkItem

Definition at line 14 of file protocol.h.


The documentation for this struct was generated from the following file: