ReactOS 0.4.16-dev-258-g81860b4
|
#include <kernel32.h>
Public Attributes | |
ULONG | Flags |
PVOID | ActivationContext |
PVOID | CompletionContext |
LPOVERLAPPED_COMPLETION_ROUTINE | CompletionRoutine |
Definition at line 99 of file kernel32.h.
PVOID _BASEP_ACTCTX_BLOCK::ActivationContext |
Definition at line 102 of file kernel32.h.
Referenced by BasepIoCompletion().
PVOID _BASEP_ACTCTX_BLOCK::CompletionContext |
Definition at line 103 of file kernel32.h.
LPOVERLAPPED_COMPLETION_ROUTINE _BASEP_ACTCTX_BLOCK::CompletionRoutine |
Definition at line 104 of file kernel32.h.
Referenced by BasepIoCompletion().
ULONG _BASEP_ACTCTX_BLOCK::Flags |
Definition at line 101 of file kernel32.h.
Referenced by BasepIoCompletion().