ReactOS 0.4.15-dev-8064-gdaf8068
_NDIS_INTERRUPT Struct Reference

#include <ndis.h>

Collaboration diagram for _NDIS_INTERRUPT:

Public Attributes

PKINTERRUPT InterruptObject
 
KSPIN_LOCK DpcCountLock
 
PNDIS_INTERRUPT_SERVICE MacIsr
 
PNDIS_DEFERRED_PROCESSING MacDpc
 
KDPC InterruptDpc
 
PVOID InterruptContext
 
UCHAR DpcCount
 
BOOLEAN Removing
 
KEVENT DpcsCompletedEvent
 

Detailed Description

Definition at line 2280 of file ndis.h.

Member Data Documentation

◆ DpcCount

UCHAR _NDIS_INTERRUPT::DpcCount

Definition at line 2287 of file ndis.h.

◆ DpcCountLock

KSPIN_LOCK _NDIS_INTERRUPT::DpcCountLock

Definition at line 2282 of file ndis.h.

◆ DpcsCompletedEvent

KEVENT _NDIS_INTERRUPT::DpcsCompletedEvent

Definition at line 2289 of file ndis.h.

◆ InterruptContext

PVOID _NDIS_INTERRUPT::InterruptContext

Definition at line 2286 of file ndis.h.

◆ InterruptDpc

KDPC _NDIS_INTERRUPT::InterruptDpc

Definition at line 2285 of file ndis.h.

◆ InterruptObject

PKINTERRUPT _NDIS_INTERRUPT::InterruptObject

Definition at line 2281 of file ndis.h.

◆ MacDpc

PNDIS_DEFERRED_PROCESSING _NDIS_INTERRUPT::MacDpc

Definition at line 2284 of file ndis.h.

◆ MacIsr

PNDIS_INTERRUPT_SERVICE _NDIS_INTERRUPT::MacIsr

Definition at line 2283 of file ndis.h.

◆ Removing

BOOLEAN _NDIS_INTERRUPT::Removing

Definition at line 2288 of file ndis.h.


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