ReactOS 0.4.15-dev-7942-gd23573b
_AFD_ACTIVE_POLL Struct Reference

#include <afd.h>

Collaboration diagram for _AFD_ACTIVE_POLL:

Public Attributes

LIST_ENTRY ListEntry
 
PIRP Irp
 
PAFD_DEVICE_EXTENSION DeviceExt
 
KDPC TimeoutDpc
 
KTIMER Timer
 
PKEVENT EventObject
 
BOOLEAN Exclusive
 

Detailed Description

Definition at line 114 of file afd.h.

Member Data Documentation

◆ DeviceExt

PAFD_DEVICE_EXTENSION _AFD_ACTIVE_POLL::DeviceExt

Definition at line 117 of file afd.h.

Referenced by AfdSelect(), and SelectTimeout().

◆ EventObject

PKEVENT _AFD_ACTIVE_POLL::EventObject

Definition at line 120 of file afd.h.

◆ Exclusive

BOOLEAN _AFD_ACTIVE_POLL::Exclusive

Definition at line 121 of file afd.h.

Referenced by AfdSelect(), and KillSelectsForFCB().

◆ Irp

PIRP _AFD_ACTIVE_POLL::Irp

◆ ListEntry

LIST_ENTRY _AFD_ACTIVE_POLL::ListEntry

Definition at line 115 of file afd.h.

Referenced by AfdSelect().

◆ TimeoutDpc

KDPC _AFD_ACTIVE_POLL::TimeoutDpc

Definition at line 118 of file afd.h.

Referenced by AfdSelect().

◆ Timer

KTIMER _AFD_ACTIVE_POLL::Timer

Definition at line 119 of file afd.h.

Referenced by AfdSelect().


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