ReactOS 0.4.15-dev-8076-g06e89b2
assembly Struct Reference
Collaboration diagram for assembly:

Public Attributes

BSTR type
 
BSTR name
 
BSTR version
 
BSTR arch
 
BSTR token
 
struct list files
 
enum assembly_type type
 
struct assembly_identity id
 
struct file_info manifest
 
WCHARdirectory
 
BOOL no_inherit
 
struct dll_redirectdlls
 
unsigned int num_dlls
 
unsigned int allocated_dlls
 
struct entity_array entities
 
COMPATIBILITY_CONTEXT_ELEMENT * compat_contexts
 
ULONG num_compat_contexts
 
ACTCTX_REQUESTED_RUN_LEVEL run_level
 
ULONG ui_access
 

Detailed Description

Definition at line 324 of file cache.c.

Member Data Documentation

◆ allocated_dlls

unsigned int assembly::allocated_dlls

Definition at line 533 of file actctx.c.

Referenced by add_dll_redirect().

◆ arch

◆ compat_contexts

COMPATIBILITY_CONTEXT_ELEMENT* assembly::compat_contexts

◆ directory

WCHAR* assembly::directory

Definition at line 529 of file actctx.c.

Referenced by actctx_release(), parse_manifest(), and RtlQueryInformationActivationContext().

◆ dlls

◆ entities

◆ files

struct list assembly::files

Definition at line 331 of file cache.c.

Referenced by free_assembly(), install_assembly(), parse_files(), and uninstall_assembly().

◆ id

◆ manifest

◆ name

◆ no_inherit

BOOL assembly::no_inherit

Definition at line 530 of file actctx.c.

Referenced by parse_assembly_elem().

◆ num_compat_contexts

ULONG assembly::num_compat_contexts

Definition at line 536 of file actctx.c.

Referenced by add_compat_context(), and RtlQueryInformationActivationContext().

◆ num_dlls

◆ run_level

ACTCTX_REQUESTED_RUN_LEVEL assembly::run_level

◆ token

BSTR assembly::token

Definition at line 330 of file cache.c.

Referenced by free_assembly(), install_assembly(), install_policy(), and uninstall_assembly().

◆ type [1/2]

◆ type [2/2]

enum assembly_type assembly::type

Definition at line 526 of file actctx.c.

◆ ui_access

ULONG assembly::ui_access

◆ version

BSTR assembly::version

Definition at line 328 of file cache.c.

Referenced by free_assembly(), install_assembly(), install_policy(), and uninstall_assembly().


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