ReactOS 0.4.16-dev-340-g0540c21
|
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 |
WCHAR * | directory |
BOOL | no_inherit |
struct dll_redirect * | dlls |
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 |
Definition at line 532 of file actctx.c.
Referenced by add_dll_redirect().
BSTR assembly::arch |
Definition at line 329 of file cache.c.
Referenced by build_manifest_filename(), build_policy_filename(), cache_UninstallAssembly(), free_assembly(), install_assembly(), install_policy(), and uninstall_assembly().
COMPATIBILITY_CONTEXT_ELEMENT* assembly::compat_contexts |
Definition at line 534 of file actctx.c.
Referenced by actctx_release(), add_compat_context(), and RtlQueryInformationActivationContext().
WCHAR* assembly::directory |
Definition at line 528 of file actctx.c.
Referenced by actctx_release(), parse_manifest(), and RtlQueryInformationActivationContext().
struct dll_redirect* assembly::dlls |
Definition at line 530 of file actctx.c.
Referenced by actctx_release(), add_dll_redirect(), build_comserver_section(), build_dllredirect_section(), build_ifaceps_section(), build_progid_section(), build_tlib_section(), build_wndclass_section(), and RtlQueryInformationActivationContext().
struct entity_array assembly::entities |
Definition at line 533 of file actctx.c.
Referenced by actctx_release(), build_clr_surrogate_section(), build_comserver_section(), build_ifaceps_section(), build_progid_section(), find_app_settings(), parse_clr_class_elem(), parse_clr_surrogate_elem(), parse_com_interface_external_proxy_stub_elem(), and parse_settings_elem().
Definition at line 331 of file cache.c.
Referenced by free_assembly(), install_assembly(), parse_files(), and uninstall_assembly().
struct assembly_identity assembly::id |
Definition at line 526 of file actctx.c.
Referenced by actctx_release(), get_assembly_version(), parse_assembly_elem(), and RtlQueryInformationActivationContext().
Definition at line 527 of file actctx.c.
Referenced by actctx_release(), free_assembly(), lookup_assembly(), msi_install_assembly(), parse_manifest(), parse_manifest_buffer(), and RtlQueryInformationActivationContext().
BSTR assembly::name |
Definition at line 327 of file cache.c.
Referenced by cache_UninstallAssembly(), free_assembly(), get_manifest_in_associated_manifest(), install_assembly(), install_policy(), open_nt_file(), and uninstall_assembly().
BOOL assembly::no_inherit |
Definition at line 529 of file actctx.c.
Referenced by parse_assembly_elem().
ULONG assembly::num_compat_contexts |
Definition at line 535 of file actctx.c.
Referenced by add_compat_context(), and RtlQueryInformationActivationContext().
Definition at line 531 of file actctx.c.
Referenced by actctx_release(), add_dll_redirect(), build_comserver_section(), build_dllredirect_section(), build_ifaceps_section(), build_progid_section(), build_tlib_section(), build_wndclass_section(), and RtlQueryInformationActivationContext().
ACTCTX_REQUESTED_RUN_LEVEL assembly::run_level |
Definition at line 536 of file actctx.c.
Referenced by parse_requested_execution_level_elem(), and RtlQueryInformationActivationContext().
BSTR assembly::token |
Definition at line 330 of file cache.c.
Referenced by free_assembly(), install_assembly(), install_policy(), and uninstall_assembly().
BSTR assembly::type |
Definition at line 326 of file cache.c.
Referenced by add_assembly(), cache_InstallAssembly(), cache_UninstallAssembly(), free_assembly(), parse_assembly_elem(), and RtlQueryInformationActivationContext().
enum assembly_type assembly::type |
ULONG assembly::ui_access |
Definition at line 537 of file actctx.c.
Referenced by parse_requested_execution_level_elem(), and RtlQueryInformationActivationContext().
BSTR assembly::version |
Definition at line 328 of file cache.c.
Referenced by free_assembly(), install_assembly(), install_policy(), and uninstall_assembly().