|
ReactOS 0.4.16-dev-2332-g4cba65d
|
#include <combase_private.h>

Public Attributes | |
| enum class_reg_data_origin | origin |
| union { | |
| struct { | |
| const WCHAR * module_name | |
| DWORD threading_model | |
| HANDLE hactctx | |
| } actctx | |
| HKEY hkey | |
| } | u |
| union { | |
| struct { | |
| const WCHAR * module_name | |
| DWORD threading_model | |
| HANDLE hactctx | |
| } actctx | |
| HKEY hkey | |
| } | u |
Definition at line 145 of file combase_private.h.
| struct { ... } class_reg_data::actctx |
Referenced by com_get_class_object(), and get_object_dll_path().
| struct { ... } class_reg_data::actctx |
| HANDLE class_reg_data::hactctx |
Definition at line 154 of file combase_private.h.
| HKEY class_reg_data::hkey |
Definition at line 156 of file combase_private.h.
Referenced by com_get_class_object(), get_object_dll_path(), and Handler_DllGetClassObject().
Definition at line 152 of file combase_private.h.
| enum class_reg_data_origin class_reg_data::origin |
Definition at line 147 of file combase_private.h.
Referenced by com_get_class_object(), get_object_dll_path(), and Handler_DllGetClassObject().
| DWORD class_reg_data::threading_model |
Definition at line 153 of file combase_private.h.
| union { ... } class_reg_data::u |
Referenced by com_get_class_object(), get_object_dll_path(), and Handler_DllGetClassObject().
| union { ... } class_reg_data::u |