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

Public Attributes | |
| ULONG | IrpContextFlags |
| __volatile LONG | IrpCount |
| PIRP | MasterIrp |
| PMDL | ZeroMdl |
| union { | |
| struct { | |
| PERESOURCE Resource | |
| PERESOURCE Resource2 | |
| ERESOURCE_THREAD ResourceThreadId | |
| ULONG RequestedByteCount | |
| PFILE_OBJECT FileObject | |
| PNON_PAGED_FCB NonPagedFcb | |
| } Async | |
| KEVENT SyncEvent | |
| } | Wait |
Definition at line 1593 of file fatstruc.h.
| struct { ... } _FAT_IO_CONTEXT::Async |
| PFILE_OBJECT _FAT_IO_CONTEXT::FileObject |
Definition at line 1626 of file fatstruc.h.
| ULONG _FAT_IO_CONTEXT::IrpContextFlags |
Definition at line 1600 of file fatstruc.h.
| __volatile LONG _FAT_IO_CONTEXT::IrpCount |
Definition at line 1606 of file fatstruc.h.
| PIRP _FAT_IO_CONTEXT::MasterIrp |
Definition at line 1607 of file fatstruc.h.
| PNON_PAGED_FCB _FAT_IO_CONTEXT::NonPagedFcb |
Definition at line 1627 of file fatstruc.h.
| ULONG _FAT_IO_CONTEXT::RequestedByteCount |
Definition at line 1625 of file fatstruc.h.
| PERESOURCE _FAT_IO_CONTEXT::Resource |
Definition at line 1622 of file fatstruc.h.
| PERESOURCE _FAT_IO_CONTEXT::Resource2 |
Definition at line 1623 of file fatstruc.h.
| ERESOURCE_THREAD _FAT_IO_CONTEXT::ResourceThreadId |
Definition at line 1624 of file fatstruc.h.
| KEVENT _FAT_IO_CONTEXT::SyncEvent |
Definition at line 1634 of file fatstruc.h.
| union { ... } _FAT_IO_CONTEXT::Wait |
| PMDL _FAT_IO_CONTEXT::ZeroMdl |
Definition at line 1613 of file fatstruc.h.