|
ReactOS 0.4.16-dev-2357-g35d0dfe
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "objbase.h"#include "shlguid.h"#include "urlmon.h"#include "dde.h"#include "cguid.h"#include "ctxtcall.h"#include "wine/test.h"#include "winternl.h"#include "initguid.h"
Go to the source code of this file.
Classes | |
| struct | comclassredirect_data |
| struct | Test_CallContext |
| struct | oletlsdata |
Macros | |
| #define | COBJMACROS |
| #define | CONST_VTABLE |
| #define | USE_COM_CONTEXT_DEF |
| #define | DEFINE_EXPECT(func) static BOOL expect_ ## func = FALSE; static unsigned int called_ ## func = 0 |
| #define | SET_EXPECT(func) expect_ ## func = TRUE |
| #define | CHECK_EXPECT2(func) |
| #define | CHECK_EXPECT(func) |
| #define | CHECK_CALLED(func, n) |
| #define | ok_ole_success(hr, func) ok(hr == S_OK, func " failed with error %#08lx\n", hr) |
| #define | ok_more_than_one_lock() ok(cLocks > 0, "Number of locks should be > 0, but actually is %ld\n", cLocks) |
| #define | ok_no_locks() ok(cLocks == 0, "Number of locks should be 0, but actually is %ld\n", cLocks) |
| #define | test_apt_type(t, q) _test_apt_type(t, q, __LINE__) |
| #define | cowait_msgs_expect_empty() _cowait_msgs_expect_empty(__LINE__) |
| #define | cowait_msgs_expect_notified(a) _cowait_msgs_expect_notified(__LINE__,a) |
| #define | cowait_msgs_expect_queued(a, b) _cowait_msgs_expect_queued(__LINE__,a,b) |
Enumerations | |
| enum | oletlsflags { OLETLS_UUIDINITIALIZED = 0x2 , OLETLS_DISABLE_OLE1DDE = 0x40 , OLETLS_APARTMENTTHREADED = 0x80 , OLETLS_MULTITHREADED = 0x100 } |
Variables | |
| static LPVOID * | ppv |
| static IUnknown ** | ppOldObject |
| static APTTYPEQUALIFIER * | qualifier |
| static | LPCSTR |
| static | REGSAM |
| static | DWORD |
| static HKEY | override |
| static IUnknown * | outer |
| static IUnknown DWORD | clscontext |
| static IUnknown DWORD void * | reserved |
| static IUnknown DWORD void DWORD | count |
| static IUnknown DWORD void DWORD MULTI_QI * | results |
| static | LPBOOL |
| static const CLSID | CLSID_non_existent = { 0x12345678, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const CLSID | CLSID_StdFont = { 0x0be35203, 0x8f91, 0x11ce, { 0x9d, 0xe3, 0x00, 0xaa, 0x00, 0x4b, 0xb8, 0x51 } } |
| static const GUID | IID_Testiface = { 0x22222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_Testiface2 = { 0x32222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_Testiface3 = { 0x42222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_Testiface4 = { 0x52222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_Testiface5 = { 0x62222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_Testiface6 = { 0x72222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_Testiface7 = { 0x82222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_Testiface8 = { 0x92222222, 0x1234, 0x1234, { 0x12, 0x34, 0x56, 0x78, 0x9a, 0xbc, 0xde, 0xf0 } } |
| static const GUID | IID_TestPS = { 0x66666666, 0x8888, 0x7777, { 0x66, 0x66, 0x55, 0x55, 0x55, 0x55, 0x55, 0x55 } } |
| static const WCHAR | stdfont [] = {'S','t','d','F','o','n','t',0} |
| static const WCHAR | wszNonExistent [] = {'N','o','n','E','x','i','s','t','e','n','t',0} |
| static const WCHAR | wszCLSID_StdFont [] |
| static const WCHAR | progidW [] = {'P','r','o','g','I','d','.','P','r','o','g','I','d',0} |
| static const WCHAR | cf_brokenW [] |
| static LONG | cLocks |
| static IID | create_instance_iid |
| static const IClassFactoryVtbl | TestClassFactory_Vtbl |
| static IClassFactory | Test_ClassFactory = { &TestClassFactory_Vtbl } |
| static WCHAR | manifest_path [MAX_PATH] |
| static char | testlib [MAX_PATH] |
| static const char | actctx_manifest [] |
| static const char | actctx_manifest2 [] |
| static const IMessageFilterVtbl | MessageFilter_Vtbl |
| static IMessageFilter | MessageFilter = { &MessageFilter_Vtbl } |
| static IUnknown | Test_Unknown = { &TestUnknown_Vtbl } |
| static const IEnumOLEVERBVtbl | EnumOLEVERBVtbl |
| static IEnumOLEVERB | EnumOLEVERB = { &EnumOLEVERBVtbl } |
| static const IUnknownVtbl | TestUnknown_Vtbl |
| static IPSFactoryBuffer * | ps_factory_buffer |
| static IPSFactoryBufferVtbl | PSFactoryBufferVtbl |
| static IPSFactoryBuffer | PSFactoryBuffer = { &PSFactoryBufferVtbl } |
| static const CLSID | CLSID_WineTestPSFactoryBuffer |
| static const IUnknownVtbl | TestCallContext_Vtbl |
| static const char | cls_name [] = "cowait_test_class" |
| static UINT | cowait_msgs [100] |
| static UINT | cowait_msgs_first |
| static UINT | cowait_msgs_last |
| static const IMallocSpyVtbl | testspyvtbl |
| static IMallocSpy | testspy = { &testspyvtbl } |
| static DWORD | expected_coinit_flags |
| static ULARGE_INTEGER | init_cookies [3] |
| static BOOL | revoke_spies_on_uninit |
| static const IInitializeSpyVtbl | testinitializevtbl |
| static IInitializeSpy | testinitialize = { &testinitializevtbl } |
| static HRESULT | g_persistfile_qi_ret |
| static HRESULT | g_persistfile_load_ret |
| static const IPersistFileVtbl | testpersistfilevtbl |
| static IPersistFile | testpersistfile = { &testpersistfilevtbl } |
| static const IClassFactoryVtbl | getinstance_cf_vtbl |
| static IClassFactory | getinstance_cf = { &getinstance_cf_vtbl } |
| #define cowait_msgs_expect_empty | ( | ) | _cowait_msgs_expect_empty(__LINE__) |
| #define cowait_msgs_expect_notified | ( | a | ) | _cowait_msgs_expect_notified(__LINE__,a) |
| Enumerator | |
|---|---|
| OLETLS_UUIDINITIALIZED | |
| OLETLS_DISABLE_OLE1DDE | |
| OLETLS_APARTMENTTHREADED | |
| OLETLS_MULTITHREADED | |
Definition at line 4281 of file compobj.c.
Definition at line 2634 of file compobj.c.
|
static |
Definition at line 664 of file compobj.c.
Definition at line 237 of file compobj.c.
Referenced by test_CLSIDFromProgID(), test_CoCreateInstanceFromApp(), test_CoGetClassObject(), test_CoGetPSClsid(), test_CoRegisterClassObject(), test_OleRegGetMiscStatus(), test_OleRegGetUserType(), and test_ProgIDFromCLSID().
Definition at line 2578 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
Definition at line 4042 of file compobj.c.
Referenced by test_CoGetCurrentProcess().
Definition at line 2618 of file compobj.c.
Referenced by _cowait_msgs_expect_empty(), and test_CoWaitForMultipleHandles().
Definition at line 2674 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles_thread().
|
static |
Definition at line 2665 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
Definition at line 195 of file compobj.c.
Referenced by activate_context().
Definition at line 281 of file compobj.c.
Referenced by test_CLSIDFromProgID(), test_CoCreateInstanceFromApp(), test_CoGetClassObject(), test_CoGetPSClsid(), test_CoRegisterClassObject(), test_OleRegGetMiscStatus(), test_OleRegGetUserType(), and test_ProgIDFromCLSID().
| DEFINE_EXPECT | ( | CreateStub | ) |
| DEFINE_EXPECT | ( | PostInitialize | ) |
| DEFINE_EXPECT | ( | PostUninitialize | ) |
| DEFINE_EXPECT | ( | PreInitialize | ) |
| DEFINE_EXPECT | ( | PreUninitialize | ) |
| DEFINE_GUID | ( | CLSID_Testclass | , |
| 0x12345678 | , | ||
| 0x1234 | , | ||
| 0x1234 | , | ||
| 0x12 | , | ||
| 0x34 | , | ||
| 0x56 | , | ||
| 0x78 | , | ||
| 0x9a | , | ||
| 0xbc | , | ||
| 0xde | , | ||
| 0xf0 | |||
| ) |
| DEFINE_GUID | ( | CLSID_testclsid | , |
| 0xacd014c7 | , | ||
| 0x9535 | , | ||
| 0x4fac | , | ||
| 0x8b | , | ||
| 0x53 | , | ||
| 0xa4 | , | ||
| 0x8c | , | ||
| 0xa7 | , | ||
| 0xf4 | , | ||
| 0xd7 | , | ||
| 0x26 | |||
| ) |
| DEFINE_GUID | ( | CLSID_WineOOPTest | , |
| 0x5201163f | , | ||
| 0x8164 | , | ||
| 0x4fd0 | , | ||
| 0xa1 | , | ||
| 0xa2 | , | ||
| 0x5d | , | ||
| 0x5a | , | ||
| 0x36 | , | ||
| 0x54 | , | ||
| 0xd3 | , | ||
| 0xbd | |||
| ) |
| DEFINE_GUID | ( | IID_IWineTest | , |
| 0x5201163f | , | ||
| 0x8164 | , | ||
| 0x4fd0 | , | ||
| 0xa1 | , | ||
| 0xa2 | , | ||
| 0x5d | , | ||
| 0x5a | , | ||
| 0x36 | , | ||
| 0x54 | , | ||
| 0xd3 | , | ||
| 0xbd | |||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 217 of file compobj.c.
Referenced by START_TEST().
Definition at line 2659 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
Definition at line 1855 of file compobj.c.
Referenced by test_CoFreeUnusedLibraries().
|
static |
Definition at line 1685 of file compobj.c.
Referenced by get_class_object_thread(), and test_registered_object_thread_affinity().
Definition at line 1713 of file compobj.c.
Referenced by test_registered_object_thread_affinity().
Definition at line 1699 of file compobj.c.
Referenced by test_registered_object_thread_affinity().
Definition at line 4297 of file compobj.c.
Referenced by oletlsdata_test_thread(), and test_oletlsdata().
|
static |
|
static |
Definition at line 3775 of file compobj.c.
|
static |
|
static |
|
static |
|
inlinestatic |
Definition at line 2008 of file compobj.c.
Referenced by Test_CallContext_AddRef(), and Test_CallContext_Release().
Definition at line 3977 of file compobj.c.
Referenced by test_implicit_mta().
Definition at line 1861 of file compobj.c.
Referenced by test_CoFreeUnusedLibraries().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 4303 of file compobj.c.
Referenced by test_oletlsdata().
Definition at line 2607 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 1738 of file compobj.c.
Referenced by test_registered_object_thread_affinity().
Definition at line 889 of file compobj.c.
Referenced by test_ole_menu().
Definition at line 1195 of file compobj.c.
Referenced by test_CoRegisterPSClsid().
Definition at line 2583 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
Definition at line 1753 of file compobj.c.
Referenced by test_registered_object_thread_affinity().
Definition at line 2598 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
Definition at line 2591 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
| START_TEST | ( | compobj | ) |
Definition at line 4372 of file compobj.c.
Definition at line 4223 of file compobj.c.
Referenced by START_TEST().
|
static |
Definition at line 431 of file compobj.c.
Referenced by START_TEST().
Definition at line 497 of file compobj.c.
Referenced by START_TEST().
Definition at line 681 of file compobj.c.
Referenced by START_TEST().
Definition at line 865 of file compobj.c.
Referenced by START_TEST().
Definition at line 4122 of file compobj.c.
Referenced by START_TEST().
Definition at line 1866 of file compobj.c.
Referenced by START_TEST().
Definition at line 3245 of file compobj.c.
Referenced by START_TEST().
Definition at line 2053 of file compobj.c.
Referenced by START_TEST().
Definition at line 744 of file compobj.c.
Referenced by START_TEST().
Definition at line 2110 of file compobj.c.
Referenced by START_TEST().
Definition at line 3446 of file compobj.c.
Referenced by START_TEST().
Definition at line 4050 of file compobj.c.
Referenced by START_TEST().
Definition at line 3804 of file compobj.c.
Referenced by START_TEST().
Definition at line 1495 of file compobj.c.
Referenced by START_TEST().
Definition at line 3176 of file compobj.c.
Referenced by START_TEST().
Definition at line 1909 of file compobj.c.
Referenced by START_TEST().
Definition at line 1319 of file compobj.c.
Referenced by START_TEST().
Definition at line 2282 of file compobj.c.
Referenced by START_TEST().
Definition at line 1509 of file compobj.c.
Referenced by START_TEST().
Definition at line 1544 of file compobj.c.
Referenced by START_TEST().
Definition at line 1578 of file compobj.c.
Referenced by START_TEST().
Definition at line 990 of file compobj.c.
Referenced by START_TEST().
Definition at line 1216 of file compobj.c.
Referenced by START_TEST().
Definition at line 1466 of file compobj.c.
Referenced by START_TEST().
Definition at line 2791 of file compobj.c.
Referenced by START_TEST().
Definition at line 2701 of file compobj.c.
Referenced by test_CoWaitForMultipleHandles().
Definition at line 3919 of file compobj.c.
Referenced by START_TEST().
|
static |
|
static |
Definition at line 573 of file compobj.c.
Referenced by START_TEST().
Definition at line 3554 of file compobj.c.
Referenced by START_TEST().
Definition at line 4030 of file compobj.c.
Referenced by START_TEST().
Definition at line 3540 of file compobj.c.
Referenced by test_IInitializeSpy().
|
static |
Definition at line 1083 of file compobj.c.
Definition at line 4067 of file compobj.c.
Referenced by START_TEST().
Definition at line 908 of file compobj.c.
Referenced by START_TEST().
Definition at line 2304 of file compobj.c.
Referenced by START_TEST().
Definition at line 2371 of file compobj.c.
Referenced by START_TEST().
Definition at line 2414 of file compobj.c.
Referenced by START_TEST().
Definition at line 4320 of file compobj.c.
Referenced by START_TEST().
Definition at line 379 of file compobj.c.
Referenced by START_TEST().
Definition at line 1767 of file compobj.c.
Referenced by START_TEST().
Definition at line 635 of file compobj.c.
Referenced by START_TEST().
Definition at line 2182 of file compobj.c.
Referenced by START_TEST().
|
static |
|
static |
Definition at line 3494 of file compobj.c.
|
static |
|
static |
Definition at line 3487 of file compobj.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 126 of file compobj.c.
Referenced by Test_IClassFactory_Release().
Definition at line 290 of file compobj.c.
Referenced by test_CLSIDFromProgID(), test_CoCreateInstanceFromApp(), test_CoGetClassObject(), test_CoGetPSClsid(), test_CoRegisterClassObject(), test_OleRegGetMiscStatus(), test_OleRegGetUserType(), and test_ProgIDFromCLSID().
Definition at line 351 of file compobj.c.
Referenced by test_CoGetClassObject().
Definition at line 113 of file compobj.c.
Referenced by test_CLSIDFromString(), and test_IIDFromString().
|
static |
Definition at line 119 of file compobj.c.
Referenced by EngUnlockDriverObj(), ImmUnlockClientImc(), LockModule(), test_CoMarshalInterThreadInterfaceInStream(), UnlockModule(), and write_var_desc().
Definition at line 2614 of file compobj.c.
Referenced by scrollbar_test_init(), test_CoWaitForMultipleHandles(), test_CoWaitForMultipleHandles_thread(), and test_icons().
Definition at line 82 of file compobj.c.
Referenced by CoGetClassObject(), com_get_class_object(), com_get_registered_class_object(), and CoRegisterClassObject().
|
static |
Definition at line 91 of file compobj.c.
Referenced by test_CLSIDFromProgID(), test_CoCreateInstance(), test_OleRegGetUserType(), and test_ProgIDFromCLSID().
|
static |
Definition at line 92 of file compobj.c.
Referenced by DllGetClassObject(), OLEFontImpl_GetClassID(), test_CLSIDFromProgID(), test_CLSIDFromString(), test_IIDFromString(), test_MkParseDisplayName(), test_OleCreateFontIndirect(), test_OleRegGetMiscStatus(), test_OleRegGetUserType(), test_ProgIDFromCLSID(), and test_StringFromGUID2().
Definition at line 1187 of file compobj.c.
Referenced by implicit_mta_proc(), register_ps_clsid_thread(), and test_CoRegisterPSClsid().
|
static |
Definition at line 2616 of file compobj.c.
Referenced by _cowait_msgs_expect_empty(), _cowait_msgs_expect_notified(), and cowait_window_proc().
|
static |
Definition at line 2616 of file compobj.c.
Referenced by _cowait_msgs_expect_empty(), _cowait_msgs_expect_notified(), and cowait_msgs_reset().
|
static |
Definition at line 2616 of file compobj.c.
Referenced by _cowait_msgs_expect_empty(), _cowait_msgs_expect_notified(), cowait_msgs_reset(), and cowait_window_proc().
|
static |
Definition at line 162 of file compobj.c.
Referenced by test_CoCreateInstanceEx(), and Test_IClassFactory_CreateInstance().
|
static |
Definition at line 1081 of file compobj.c.
Referenced by Test_IUnknown_QueryInterface().
|
static |
|
static |
Definition at line 3483 of file compobj.c.
Referenced by test_IInitializeSpy(), testinitialize_PostInitialize(), and testinitialize_PreInitialize().
|
static |
Definition at line 3671 of file compobj.c.
Referenced by test_CoGetInstanceFromFile(), and testinstance_Load().
|
static |
Definition at line 3670 of file compobj.c.
Referenced by test_CoGetInstanceFromFile(), and testinstance_QI().
|
static |
Definition at line 3802 of file compobj.c.
Referenced by test_CoGetInstanceFromFile().
|
static |
|
static |
Definition at line 93 of file compobj.c.
Referenced by test_CoGetPSClsid().
|
static |
Definition at line 94 of file compobj.c.
Referenced by test_CoGetPSClsid().
|
static |
Definition at line 95 of file compobj.c.
Referenced by test_CoGetClassObject(), and test_CoGetPSClsid().
|
static |
Definition at line 96 of file compobj.c.
Referenced by test_CoGetClassObject(), and test_CoGetPSClsid().
|
static |
Definition at line 97 of file compobj.c.
Referenced by test_ProgIDFromCLSID().
|
static |
Definition at line 98 of file compobj.c.
Referenced by test_ProgIDFromCLSID().
|
static |
Definition at line 99 of file compobj.c.
Referenced by DllGetClassObject(), test_CoCreateInstanceFromApp(), test_CoGetClassObject(), and test_CoGetPSClsid().
|
static |
Definition at line 100 of file compobj.c.
Referenced by test_CoGetClassObject().
|
static |
Definition at line 101 of file compobj.c.
Referenced by register_ps_clsid_thread(), test_CoGetClassObject(), test_CoGetPSClsid(), and test_CoRegisterPSClsid().
|
static |
Definition at line 3484 of file compobj.c.
Referenced by test_IInitializeSpy(), test_init_spies_proc(), and testinitialize_PreUninitialize().
Definition at line 193 of file compobj.c.
Referenced by create_manifest_file().
|
static |
Definition at line 988 of file compobj.c.
Referenced by test_CoRegisterMessageFilter(), and test_CoWaitForMultipleHandles_thread().
|
static |
| IUnknown* outer |
Definition at line 82 of file compobj.c.
Referenced by CAccPropServices_CreateInstance(), CF_CreateInstance(), CInternetFolder_CreateInstance(), ClassFactory_CreateInstance(), CoCreateFreeThreadedMarshaler(), CoCreateInstance(), CoCreateInstanceEx(), CoCreateInstanceFromApp(), CoGetInstanceFromFile(), CoGetInstanceFromIStorage(), ConnectionPointContainer_Init(), create_enumvariant(), create_http_protocol(), create_msiserver(), create_text_services(), create_webbrowser(), CreateProxyFromTypeInfo(), CreateTextServices(), d3drm1_CreateObject(), d3drm2_CreateObject(), d3drm3_CreateObject(), d3drm_animation1_Clone(), d3drm_animation2_Clone(), d3drm_device1_Clone(), d3drm_device2_Clone(), d3drm_device3_Clone(), d3drm_device_win_Clone(), d3drm_face1_Clone(), d3drm_face2_Clone(), d3drm_frame1_Clone(), d3drm_frame2_Clone(), d3drm_frame3_Clone(), d3drm_light_Clone(), d3drm_material_Clone(), d3drm_mesh_builder2_Clone(), d3drm_mesh_builder3_Clone(), d3drm_mesh_Clone(), d3drm_texture1_Clone(), d3drm_texture2_Clone(), d3drm_texture3_Clone(), d3drm_viewport1_Clone(), d3drm_viewport2_Clone(), d3drm_wrap_Clone(), DECLARE_INTERFACE_(), Dictionary_CreateInstance(), DirectDrawCreate(), DirectDrawCreateEx(), DirectInput8Create(), dispatch_create_proxy(), dispatch_typelib_ps_CreateProxy(), factory_CreateInstance(), FileProtocol_Construct(), FileSystem_CreateInstance(), FtpProtocol_Construct(), global_options_CreateInstance(), HlinkFrame_Init(), HttpProtocol_Construct(), HttpSProtocol_Construct(), init_classinfo(), init_dispex(), InMemoryPropertyStoreFactory_CreateInstance(), InstallEngineCF_CreateInstance(), InternetShortcut_Create(), ItemMoniker_CreateInstance(), ITSProtocol_create(), ITSSCF_CreateInstance(), IUPnPNAT_create(), JScriptEncodeFactory_CreateInstance(), JScriptFactory_CreateInstance(), ManualResetEvent_CreateInstance(), MimeAllocator_create(), MimeBody_create(), MimeFilter_CreateInstance(), MimeHtmlProtocol_create(), MimeMessage_create(), MimeSecurity_create(), MkProtocol_Construct(), MLangConvertCharset_create(), module_get_containee(), MonikerMarshal_Create(), NetFwPolicy2_create(), ProtocolCF_CreateInstance(), PSFactoryBuffer_CreateProxy(), QCAP_createAudioCaptureFilter(), QCAP_createSmartTeeFilter(), requestcf_CreateInstance(), StdURLMoniker_Construct(), test_com_aggregation(), test_mhtml_protocol(), typelib_proxy_init(), VirtualStream_create(), and WshShellFactory_CreateInstance().
Definition at line 112 of file compobj.c.
Referenced by test_actctx(), test_CLSIDFromProgID(), and test_ProgIDFromCLSID().
|
static |
Definition at line 1122 of file compobj.c.
Referenced by PSFactoryBuffer_CreateStub(), and test_CoRegisterPSClsid().
|
static |
|
static |
| APTTYPEQUALIFIER* qualifier |
Definition at line 77 of file compobj.c.
Referenced by _test_apt_type(), _vsnprintf(), CoGetApartmentType(), CRYPT_AsnDecodePolicyQualifier(), debugclient_WriteDumpFile(), debugclient_WriteDumpFile2(), debugclient_WriteDumpFileWide(), debugcontrol_GetDebuggeeType(), DECLARE_INTERFACE_(), FGetComponentPath(), FormatVerisignExtension(), get_cps_str_from_qualifier(), get_user_notice_from_qualifier(), ITERATE_PublishComponent(), ITERATE_UnpublishComponent(), NetConnectionEnum(), set_issuer_statement(), test_CoGetApartmentType(), test_encodeCertPolicies(), thread_context_info_GetCurrentApartmentType(), and thread_context_info_GetCurrentThreadType().
|
static |
Definition at line 3485 of file compobj.c.
Referenced by test_IInitializeSpy(), and testinitialize_PreUninitialize().
Definition at line 105 of file compobj.c.
Referenced by test_CLSIDFromProgID(), test_IIDFromString(), and test_ProgIDFromCLSID().
|
static |
Definition at line 191 of file compobj.c.
Referenced by implicit_mta_proc(), register_class_object_thread(), test_CoCreateInstanceEx(), test_CoCreateInstanceFromApp(), test_CoMarshalInterface(), test_CoMarshalInterThreadInterfaceInStream(), test_CoRegisterClassObject(), and test_registered_object_thread_affinity().
|
static |
Definition at line 1030 of file compobj.c.
Referenced by EnumOLEVERB_QueryInterface(), implicit_mta_proc(), PSFactoryBuffer_CreateStub(), test_CoRegisterClassObject(), test_CoRegisterPSClsid(), and test_CoWaitForMultipleHandles_thread().
|
static |
Definition at line 2046 of file compobj.c.
Referenced by test_CoGetCallContext().
|
static |
|
static |
Definition at line 3538 of file compobj.c.
Referenced by test_IInitializeSpy().
|
static |
Definition at line 235 of file compobj.c.
Referenced by START_TEST().
|
static |
Definition at line 3751 of file compobj.c.
Referenced by getinstance_cf_CreateInstance().
|
static |
|
static |
Definition at line 3408 of file compobj.c.
Referenced by test_IMallocSpy().
|
static |
|
static |
Definition at line 107 of file compobj.c.
Referenced by test_CLSIDFromString(), test_IIDFromString(), and test_StringFromGUID2().