ReactOS 0.4.15-dev-7918-g2a2556c
_ACTIVATION_CONTEXT_STACK Struct Reference

#include <rtltypes.h>

Collaboration diagram for _ACTIVATION_CONTEXT_STACK:

Public Attributes

struct _RTL_ACTIVATION_CONTEXT_STACK_FRAMEActiveFrame
 
LIST_ENTRY FrameListCache
 
ULONG Flags
 
ULONG NextCookieSequenceNumber
 
ULONG StackId
 
RTL_ACTIVATION_CONTEXT_STACK_FRAMEActiveFrame
 

Detailed Description

Definition at line 971 of file rtltypes.h.

Member Data Documentation

◆ ActiveFrame [1/2]

RTL_ACTIVATION_CONTEXT_STACK_FRAME * _ACTIVATION_CONTEXT_STACK::ActiveFrame

Definition at line 973 of file rtltypes.h.

Referenced by RtlAllocateActivationContextStack().

◆ ActiveFrame [2/2]

RTL_ACTIVATION_CONTEXT_STACK_FRAME* _ACTIVATION_CONTEXT_STACK::ActiveFrame

Definition at line 258 of file winternl.h.

◆ Flags

ULONG _ACTIVATION_CONTEXT_STACK::Flags

Definition at line 975 of file rtltypes.h.

Referenced by RtlAllocateActivationContextStack().

◆ FrameListCache

LIST_ENTRY _ACTIVATION_CONTEXT_STACK::FrameListCache

Definition at line 974 of file rtltypes.h.

Referenced by RtlAllocateActivationContextStack().

◆ NextCookieSequenceNumber

ULONG _ACTIVATION_CONTEXT_STACK::NextCookieSequenceNumber

Definition at line 976 of file rtltypes.h.

Referenced by RtlAllocateActivationContextStack().

◆ StackId

ULONG _ACTIVATION_CONTEXT_STACK::StackId

Definition at line 977 of file rtltypes.h.

Referenced by RtlAllocateActivationContextStack().


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