Definition at line 491 of file bindctx.c.
492{
494
496
498
499 *bind_context =
NULL;
500
502 {
505 }
506
507 if (!(object = heap_alloc_zero(sizeof(*object))))
509
511 object->ref = 1;
512 object->options.cbStruct = sizeof(object->options);
514 object->options.dwClassContext = CLSCTX_SERVER;
516
517 *bind_context = &object->IBindCtx_iface;
518
520}
LCID WINAPI GetThreadLocale(void)
static const IBindCtxVtbl VT_BindCtxImpl
Referenced by _test_moniker_name(), bind_url(), BindCtx_CreateWithMode(), BindCtx_RegisterObjectParam(), BindMoniker(), BindStatusCallback_create(), CoGetObject(), create_doc_from_url(), CreateAsyncBindCtx(), CreateAsyncBindCtxEx(), CreateBindCtxWithOpts(), DEVENUM_IMediaCatMoniker_IsEqual(), FileMonikerImpl_CommonPrefixWith(), FileMonikerImpl_ComposeWith(), FileMonikerImpl_RelativePathTo(), FilterMapper3_RegisterFilter(), general_dlg_proc(), get_moniker_comparison_data(), Global_GetObject(), handle_extern_mime_navigation(), handle_xml_load(), HlinkBrowseContext_GetObject(), HlinkResolveMonikerForData(), IFileSystemBindData_Constructor(), IHlink_fnGetFriendlyName(), IHlink_fnGetStringReference(), IHlink_fnNavigate(), IHlink_fnSetMonikerReference(), IHlink_fnSetStringReference(), OleLoadPicturePath(), perform_test(), reduce_moniker(), RunningObjectTableImpl_Register(), CDesktopFolder::ShellUrlParseDisplayName(), START_TEST(), test_anti_moniker(), test_bind_context(), test_BindToStorage(), test_class_moniker(), test_create(), test_CreateAsyncBindCtxEx(), test_file_moniker(), test_file_monikers(), test_generic_composite_moniker(), test_Hlink_Navigate(), test_HlinkParseDisplayName(), test_HlinkResolveMonikerForData(), test_HlinkSite(), test_IsValidURL(), test_item_moniker(), test_Load(), test_MimeOleObjectFromMoniker(), test_MkParseDisplayName(), test_MkParseDisplayNameEx(), test_objref_moniker(), test_ParseDisplayName(), test_ParseDisplayNamePBC(), test_pointer_moniker(), test_RegisterBindStatusCallback(), test_RegisterFormatEnumerator(), test_SetInitialHlink(), test_SHCreateQueryCancelAutoPlayMoniker(), URLMoniker_IsEqual(), URLStartDownload(), user_notice_dlg_proc(), and XMLView_PersistMoniker_Load().