ReactOS 0.4.16-dev-92-g0c2cdca
|
#include <ndis.h>
Public Attributes | |
PNDIS_MINIPORT_BLOCK | Miniport |
KSPIN_LOCK | LogLock |
PIRP | Irp |
UINT | TotalSize |
UINT | CurrentSize |
UINT | InPtr |
UINT | OutPtr |
UCHAR | LogBuf [1] |
UINT _NDIS_LOG::CurrentSize |
Definition at line 2479 of file ndis.h.
Referenced by NdisMCreateLog(), and NdisMFlushLog().
UINT _NDIS_LOG::InPtr |
Definition at line 2480 of file ndis.h.
Referenced by NdisMCreateLog(), and NdisMFlushLog().
PIRP _NDIS_LOG::Irp |
Definition at line 2477 of file ndis.h.
Referenced by NdisMCreateLog().
KSPIN_LOCK _NDIS_LOG::LogLock |
Definition at line 2476 of file ndis.h.
Referenced by NdisMCreateLog(), and NdisMFlushLog().
PNDIS_MINIPORT_BLOCK _NDIS_LOG::Miniport |
Definition at line 2475 of file ndis.h.
Referenced by NdisMCloseLog(), and NdisMCreateLog().
UINT _NDIS_LOG::OutPtr |
Definition at line 2481 of file ndis.h.
Referenced by NdisMCreateLog(), and NdisMFlushLog().
UINT _NDIS_LOG::TotalSize |
Definition at line 2478 of file ndis.h.
Referenced by NdisMCreateLog().