ReactOS 0.4.15-dev-7953-g1f49173
_ACTIVATION_CONTEXT Struct Reference
Collaboration diagram for _ACTIVATION_CONTEXT:

Public Attributes

LONG RefCount
 
ULONG Flags
 
LIST_ENTRY Links
 
PACTIVATION_CONTEXT_DATA ActivationContextData
 
PVOID NotificationRoutine
 
PVOID NotificationContext
 
ULONG SentNotifications [8]
 
ULONG DisabledNotifications [8]
 
ASSEMBLY_STORAGE_MAP StorageMap
 
PASSEMBLY_STORAGE_MAP_ENTRY InlineStorageMapEntries
 
ULONG StackTraceIndex
 
PVOID StackTraces [4][4]
 
struct file_info config
 
struct file_info appdir
 
struct assemblyassemblies
 
unsigned int num_assemblies
 
unsigned int allocated_assemblies
 
DWORD sections
 
struct strsection_headerwndclass_section
 
struct strsection_headerdllredirect_section
 
struct strsection_headerprogid_section
 
struct guidsection_headertlib_section
 
struct guidsection_headercomserver_section
 
struct guidsection_headerifaceps_section
 
struct guidsection_headerclrsurrogate_section
 

Detailed Description

Definition at line 507 of file actctx.c.

Member Data Documentation

◆ ActivationContextData

PACTIVATION_CONTEXT_DATA _ACTIVATION_CONTEXT::ActivationContextData

Definition at line 512 of file actctx.c.

◆ allocated_assemblies

unsigned int _ACTIVATION_CONTEXT::allocated_assemblies

Definition at line 525 of file actctx.c.

◆ appdir

struct file_info _ACTIVATION_CONTEXT::appdir

Definition at line 522 of file actctx.c.

Referenced by lookup_assembly().

◆ assemblies

struct assembly* _ACTIVATION_CONTEXT::assemblies

Definition at line 523 of file actctx.c.

Referenced by add_dependent_assembly_id(), and lookup_assembly().

◆ clrsurrogate_section

struct guidsection_header* _ACTIVATION_CONTEXT::clrsurrogate_section

Definition at line 534 of file actctx.c.

◆ comserver_section

struct guidsection_header* _ACTIVATION_CONTEXT::comserver_section

Definition at line 532 of file actctx.c.

◆ config

struct file_info _ACTIVATION_CONTEXT::config

Definition at line 521 of file actctx.c.

◆ DisabledNotifications

ULONG _ACTIVATION_CONTEXT::DisabledNotifications[8]

Definition at line 516 of file actctx.c.

◆ dllredirect_section

struct strsection_header* _ACTIVATION_CONTEXT::dllredirect_section

Definition at line 529 of file actctx.c.

Referenced by get_dllredirect_data().

◆ Flags

ULONG _ACTIVATION_CONTEXT::Flags

Definition at line 510 of file actctx.c.

◆ ifaceps_section

struct guidsection_header* _ACTIVATION_CONTEXT::ifaceps_section

Definition at line 533 of file actctx.c.

◆ InlineStorageMapEntries

PASSEMBLY_STORAGE_MAP_ENTRY _ACTIVATION_CONTEXT::InlineStorageMapEntries

Definition at line 518 of file actctx.c.

◆ Links

LIST_ENTRY _ACTIVATION_CONTEXT::Links

Definition at line 511 of file actctx.c.

◆ NotificationContext

PVOID _ACTIVATION_CONTEXT::NotificationContext

Definition at line 514 of file actctx.c.

◆ NotificationRoutine

PVOID _ACTIVATION_CONTEXT::NotificationRoutine

Definition at line 513 of file actctx.c.

◆ num_assemblies

unsigned int _ACTIVATION_CONTEXT::num_assemblies

Definition at line 524 of file actctx.c.

Referenced by add_dependent_assembly_id().

◆ progid_section

struct strsection_header* _ACTIVATION_CONTEXT::progid_section

Definition at line 530 of file actctx.c.

◆ RefCount

LONG _ACTIVATION_CONTEXT::RefCount

Definition at line 509 of file actctx.c.

◆ sections

◆ SentNotifications

ULONG _ACTIVATION_CONTEXT::SentNotifications[8]

Definition at line 515 of file actctx.c.

◆ StackTraceIndex

ULONG _ACTIVATION_CONTEXT::StackTraceIndex

Definition at line 519 of file actctx.c.

◆ StackTraces

PVOID _ACTIVATION_CONTEXT::StackTraces[4][4]

Definition at line 520 of file actctx.c.

◆ StorageMap

ASSEMBLY_STORAGE_MAP _ACTIVATION_CONTEXT::StorageMap

Definition at line 517 of file actctx.c.

◆ tlib_section

struct guidsection_header* _ACTIVATION_CONTEXT::tlib_section

Definition at line 531 of file actctx.c.

◆ wndclass_section

struct strsection_header* _ACTIVATION_CONTEXT::wndclass_section

Definition at line 528 of file actctx.c.

Referenced by get_wndclass_data().


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