|
ReactOS 0.4.16-dev-2320-ge1853c6
|
#include "objbase.h"#include "initguid.h"#include "roapi.h"#include "roparameterizediid.h"#include "roerrorapi.h"#include "winstring.h"#include "combase_private.h"#include "wine/debug.h"
Go to the source code of this file.
Classes | |
| struct | activatable_class_data |
| struct | agile_reference |
Macros | |
| #define | COBJMACROS |
Variables | |
| static const IAgileReferenceVtbl | agile_ref_vtbl |
|
static |
Definition at line 288 of file roapi.c.
|
static |
Definition at line 268 of file roapi.c.
|
static |
Definition at line 294 of file roapi.c.
|
static |
Definition at line 321 of file roapi.c.
| HRESULT WINAPI DllGetActivationFactory | ( | HSTRING | classid, |
| IActivationFactory ** | factory | ||
| ) |
Definition at line 42 of file roapi.c.
Referenced by RoGetActivationFactory().
| HRESULT WINAPI GetRestrictedErrorInfo | ( | IRestrictedErrorInfo ** | info | ) |
|
inlinestatic |
Definition at line 263 of file roapi.c.
Referenced by agile_ref_AddRef(), agile_ref_Release(), and agile_ref_Resolve().
|
static |
Definition at line 246 of file roapi.c.
Referenced by agile_ref_Resolve(), and RoGetAgileReference().
Definition at line 219 of file roapi.c.
Referenced by test_ActivationFactories().
| HRESULT WINAPI DECLSPEC_HOTPATCH RoGetActivationFactory | ( | HSTRING | classid, |
| REFIID | iid, | ||
| void ** | class_factory | ||
| ) |
Definition at line 146 of file roapi.c.
Referenced by mta_init_implicit_thread(), RoActivateInstance(), test_ActivationFactories(), and test_implicit_mta().
| HRESULT WINAPI RoGetAgileReference | ( | enum AgileReferenceOptions | option, |
| REFIID | riid, | ||
| IUnknown * | obj, | ||
| IAgileReference ** | agile_reference | ||
| ) |
Definition at line 360 of file roapi.c.
Referenced by test_RoGetAgileReference().
Definition at line 421 of file roapi.c.
Referenced by RoRegisterForApartmentShutdown().
| HRESULT WINAPI RoGetParameterizedTypeInstanceIID | ( | UINT32 | name_element_count, |
| const WCHAR ** | name_elements, | ||
| const IRoMetaDataLocator * | meta_data_locator, | ||
| GUID * | iid, | ||
| ROPARAMIIDHANDLE * | hiid | ||
| ) |
| HRESULT WINAPI RoInitialize | ( | RO_INIT_TYPE | type | ) |
Definition at line 123 of file roapi.c.
Referenced by test_ActivationFactories(), test_implicit_mta(), test_RoGetAgileReference(), and test_RoGetAgileReference_thread_proc().
| HRESULT WINAPI RoRegisterActivationFactories | ( | HSTRING * | classes, |
| PFNGETACTIVATIONFACTORY * | callbacks, | ||
| UINT32 | count, | ||
| RO_REGISTRATION_COOKIE * | cookie | ||
| ) |
| HRESULT WINAPI RoRegisterForApartmentShutdown | ( | IApartmentShutdown * | callback, |
| UINT64 * | identifier, | ||
| APARTMENT_SHUTDOWN_REGISTRATION_COOKIE * | cookie | ||
| ) |
Definition at line 435 of file roapi.c.
Definition at line 138 of file roapi.c.
Referenced by test_ActivationFactories(), test_implicit_mta(), test_RoGetAgileReference(), and test_RoGetAgileReference_thread_proc().
| HRESULT WINAPI SetRestrictedErrorInfo | ( | IRestrictedErrorInfo * | info | ) |
| WINE_DEFAULT_DEBUG_CHANNEL | ( | combase | ) |
|
static |
Definition at line 349 of file roapi.c.
Referenced by RoGetAgileReference().