ReactOS 0.4.15-dev-8021-g7ce96fd
_ACTIVATION_CONTEXT Struct Reference
Collaboration diagram for _ACTIVATION_CONTEXT:

Public Attributes

ULONG magic
 
int ref_count
 
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 568 of file actctx.c.

Member Data Documentation

◆ allocated_assemblies

unsigned int _ACTIVATION_CONTEXT::allocated_assemblies

Definition at line 591 of file actctx.c.

◆ appdir

struct file_info _ACTIVATION_CONTEXT::appdir

Definition at line 588 of file actctx.c.

Referenced by lookup_assembly().

◆ assemblies

struct assembly* _ACTIVATION_CONTEXT::assemblies

Definition at line 589 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 600 of file actctx.c.

◆ comserver_section

struct guidsection_header* _ACTIVATION_CONTEXT::comserver_section

Definition at line 598 of file actctx.c.

◆ config

struct file_info _ACTIVATION_CONTEXT::config

Definition at line 587 of file actctx.c.

◆ dllredirect_section

struct strsection_header* _ACTIVATION_CONTEXT::dllredirect_section

Definition at line 595 of file actctx.c.

Referenced by get_dllredirect_data().

◆ ifaceps_section

struct guidsection_header* _ACTIVATION_CONTEXT::ifaceps_section

Definition at line 599 of file actctx.c.

◆ magic

ULONG _ACTIVATION_CONTEXT::magic

Definition at line 584 of file actctx.c.

◆ num_assemblies

unsigned int _ACTIVATION_CONTEXT::num_assemblies

Definition at line 590 of file actctx.c.

Referenced by add_dependent_assembly_id().

◆ progid_section

struct strsection_header* _ACTIVATION_CONTEXT::progid_section

Definition at line 596 of file actctx.c.

◆ ref_count

int _ACTIVATION_CONTEXT::ref_count

Definition at line 585 of file actctx.c.

◆ sections

◆ tlib_section

struct guidsection_header* _ACTIVATION_CONTEXT::tlib_section

Definition at line 597 of file actctx.c.

◆ wndclass_section

struct strsection_header* _ACTIVATION_CONTEXT::wndclass_section

Definition at line 594 of file actctx.c.

Referenced by get_wndclass_data().


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