ReactOS 0.4.15-dev-7788-g1ad9096
_BASEP_ACTCTX_BLOCK Struct Reference

#include <kernel32.h>

Collaboration diagram for _BASEP_ACTCTX_BLOCK:

Public Attributes

ULONG Flags
 
PVOID ActivationContext
 
PVOID CompletionContext
 
LPOVERLAPPED_COMPLETION_ROUTINE CompletionRoutine
 

Detailed Description

Definition at line 99 of file kernel32.h.

Member Data Documentation

◆ ActivationContext

PVOID _BASEP_ACTCTX_BLOCK::ActivationContext

Definition at line 102 of file kernel32.h.

Referenced by BasepIoCompletion().

◆ CompletionContext

PVOID _BASEP_ACTCTX_BLOCK::CompletionContext

Definition at line 103 of file kernel32.h.

◆ CompletionRoutine

LPOVERLAPPED_COMPLETION_ROUTINE _BASEP_ACTCTX_BLOCK::CompletionRoutine

Definition at line 104 of file kernel32.h.

Referenced by BasepIoCompletion().

◆ Flags

ULONG _BASEP_ACTCTX_BLOCK::Flags

Definition at line 101 of file kernel32.h.

Referenced by BasepIoCompletion().


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