|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <afd.h>

Public Attributes | |
| LIST_ENTRY | ListEntry |
| PIRP | Irp |
| PAFD_DEVICE_EXTENSION | DeviceExt |
| KDPC | TimeoutDpc |
| KTIMER | Timer |
| PKEVENT | EventObject |
| BOOLEAN | Exclusive |
| PAFD_DEVICE_EXTENSION _AFD_ACTIVE_POLL::DeviceExt |
Definition at line 117 of file afd.h.
Referenced by AfdSelect(), and SelectTimeout().
| BOOLEAN _AFD_ACTIVE_POLL::Exclusive |
Definition at line 121 of file afd.h.
Referenced by AfdSelect(), and KillSelectsForFCB().
| PIRP _AFD_ACTIVE_POLL::Irp |
Definition at line 116 of file afd.h.
Referenced by AfdCancelHandler(), AfdSelect(), KillSelectsForFCB(), PollReeval(), SelectTimeout(), and UpdatePollWithFCB().
| LIST_ENTRY _AFD_ACTIVE_POLL::ListEntry |
Definition at line 115 of file afd.h.
Referenced by AfdSelect().
| KDPC _AFD_ACTIVE_POLL::TimeoutDpc |
Definition at line 118 of file afd.h.
Referenced by AfdSelect().
| KTIMER _AFD_ACTIVE_POLL::Timer |
Definition at line 119 of file afd.h.
Referenced by AfdSelect().