ReactOS 0.4.15-dev-7924-g5949c20
_NetBIOSAdapter Struct Reference
Collaboration diagram for _NetBIOSAdapter:

Public Attributes

BOOL enabled
 
BOOL shuttingDown
 
LONG resetting
 
ULONG transport_id
 
NetBIOSTransporttransport
 
NetBIOSAdapterImpl impl
 
struct NBCmdQueuecmdQueue
 
CRITICAL_SECTION cs
 
DWORD sessionsLen
 
NetBIOSSessionsessions
 

Detailed Description

Definition at line 55 of file netbios.c.

Member Data Documentation

◆ cmdQueue

struct NBCmdQueue* _NetBIOSAdapter::cmdQueue

Definition at line 63 of file netbios.c.

Referenced by NetBIOSRegisterAdapter().

◆ cs

CRITICAL_SECTION _NetBIOSAdapter::cs

Definition at line 64 of file netbios.c.

Referenced by NetBIOSRegisterAdapter().

◆ enabled

BOOL _NetBIOSAdapter::enabled

Definition at line 57 of file netbios.c.

Referenced by nbInternalEnum(), NetBIOSEnableAdapter(), and NetBIOSRegisterAdapter().

◆ impl

NetBIOSAdapterImpl _NetBIOSAdapter::impl

Definition at line 62 of file netbios.c.

Referenced by NetBIOSEnumAdapters(), NetBIOSRegisterAdapter(), and NetBIOSShutdown().

◆ resetting

LONG _NetBIOSAdapter::resetting

Definition at line 59 of file netbios.c.

◆ sessions

NetBIOSSession* _NetBIOSAdapter::sessions

Definition at line 66 of file netbios.c.

◆ sessionsLen

DWORD _NetBIOSAdapter::sessionsLen

Definition at line 65 of file netbios.c.

◆ shuttingDown

BOOL _NetBIOSAdapter::shuttingDown

Definition at line 58 of file netbios.c.

◆ transport

◆ transport_id

ULONG _NetBIOSAdapter::transport_id

Definition at line 60 of file netbios.c.

Referenced by nbGetAdapter(), NetBIOSEnumAdapters(), and NetBIOSRegisterAdapter().


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