|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <kernel32.h>

Public Attributes | |
| ULONG | Flags |
| PVOID | ActivationContext |
| PVOID | CompletionContext |
| LPOVERLAPPED_COMPLETION_ROUTINE | CompletionRoutine |
Definition at line 96 of file kernel32.h.
| PVOID _BASEP_ACTCTX_BLOCK::ActivationContext |
Definition at line 99 of file kernel32.h.
Referenced by BasepIoCompletion().
| PVOID _BASEP_ACTCTX_BLOCK::CompletionContext |
Definition at line 100 of file kernel32.h.
| LPOVERLAPPED_COMPLETION_ROUTINE _BASEP_ACTCTX_BLOCK::CompletionRoutine |
Definition at line 101 of file kernel32.h.
Referenced by BasepIoCompletion().
| ULONG _BASEP_ACTCTX_BLOCK::Flags |
Definition at line 98 of file kernel32.h.
Referenced by BasepIoCompletion().