ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <stdarg.h>
#include <string.h>
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winnls.h"
#include "objbase.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | BindCtxObject |
struct | BindCtxImpl |
Macros | |
#define | COBJMACROS |
#define | BINDCTX_FIRST_TABLE_SIZE 4 |
Typedefs | |
typedef struct BindCtxObject | BindCtxObject |
typedef struct BindCtxImpl | BindCtxImpl |
Variables | |
static const IBindCtxVtbl | VT_BindCtxImpl |
typedef struct BindCtxImpl BindCtxImpl |
typedef struct BindCtxObject BindCtxObject |
|
static |
Definition at line 515 of file bindctx.c.
Referenced by CreateBindCtx().
|
static |
Definition at line 118 of file bindctx.c.
Referenced by BindCtxImpl_Release().
|
static |
|
static |
Definition at line 471 of file bindctx.c.
Referenced by BindCtxImpl_RegisterObjectBound(), and BindCtxImpl_RegisterObjectParam().
|
static |
Definition at line 430 of file bindctx.c.
Referenced by BindCtxImpl_GetObjectParam(), BindCtxImpl_RegisterObjectParam(), BindCtxImpl_RevokeObjectBound(), and BindCtxImpl_RevokeObjectParam().
|
static |
Definition at line 362 of file bindctx.c.
|
static |
Definition at line 291 of file bindctx.c.
|
static |
Definition at line 78 of file bindctx.c.
Referenced by CreateBindCtx().
Definition at line 157 of file bindctx.c.
|
static |
Definition at line 134 of file bindctx.c.
Definition at line 221 of file bindctx.c.
Referenced by BindCtxImpl_Release().
Definition at line 189 of file bindctx.c.
Definition at line 602 of file bindctx.c.
Referenced by OleCreateFromFileEx().
Definition at line 556 of file bindctx.c.
Referenced by bind_url(), BindCtx_CreateWithMode(), BindCtx_RegisterObjectParam(), BindMoniker(), ClassMoniker_IsEqual(), CoGetObject(), create_doc_from_url(), CreateAsyncBindCtx(), CreateAsyncBindCtxEx(), CreateBindCtxWithOpts(), DEVENUM_IMediaCatMoniker_IsEqual(), FileMonikerImpl_CommonPrefixWith(), FileMonikerImpl_ComposeWith(), FileMonikerImpl_IsEqual(), FileMonikerImpl_RelativePathTo(), FilterMapper3_RegisterFilter(), general_dlg_proc(), get_moniker_comparison_data(), Global_GetObject(), handle_extern_mime_navigation(), HlinkBrowseContext_GetObject(), HlinkResolveMonikerForData(), IFileSystemBindData_Constructor(), IHlink_fnGetFriendlyName(), IHlink_fnGetStringReference(), IHlink_fnNavigate(), IHlink_fnSetMonikerReference(), IHlink_fnSetStringReference(), ItemMonikerImpl_IsEqual(), 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_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_moniker(), test_ParseDisplayName(), test_ParseDisplayNamePBC(), test_pointer_moniker(), test_RegisterBindStatusCallback(), test_RegisterFormatEnumerator(), test_SetInitialHlink(), test_SHCreateQueryCancelAutoPlayMoniker(), URLMoniker_IsEqual(), URLStartDownload(), and user_notice_dlg_proc().
|
inlinestatic |
Definition at line 69 of file bindctx.c.
Referenced by AsyncBindCtx_AddRef(), AsyncBindCtx_EnumObjectParam(), AsyncBindCtx_GetBindOptions(), AsyncBindCtx_GetObjectParam(), AsyncBindCtx_GetRunningObjectTable(), AsyncBindCtx_QueryInterface(), AsyncBindCtx_RegisterObjectBound(), AsyncBindCtx_RegisterObjectParam(), AsyncBindCtx_Release(), AsyncBindCtx_ReleaseBoundObjects(), AsyncBindCtx_RevokeObjectBound(), AsyncBindCtx_RevokeObjectParam(), AsyncBindCtx_SetBindOptions(), BindCtxImpl_AddRef(), BindCtxImpl_GetBindOptions(), BindCtxImpl_GetObjectParam(), BindCtxImpl_GetRunningObjectTable(), BindCtxImpl_QueryInterface(), BindCtxImpl_RegisterObjectBound(), BindCtxImpl_RegisterObjectParam(), BindCtxImpl_Release(), BindCtxImpl_ReleaseBoundObjects(), BindCtxImpl_RevokeObjectBound(), BindCtxImpl_RevokeObjectParam(), and BindCtxImpl_SetBindOptions().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 495 of file bindctx.c.
Referenced by BindCtxImpl_Construct().