ReactOS 0.4.16-dev-550-g2186ce3
|
#include <assert.h>
#include <stdarg.h>
#include <string.h>
#include "winerror.h"
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "wine/debug.h"
#include "ole2.h"
#include "moniker.h"
Go to the source code of this file.
Classes | |
class | ClassMoniker |
Macros | |
#define | COBJMACROS |
#define | CHARS_IN_GUID 39 |
Typedefs | |
typedef struct ClassMoniker | ClassMoniker |
Variables | |
static const IMonikerVtbl | ClassMonikerVtbl |
static const IROTDataVtbl | ROTDataVtbl |
#define CHARS_IN_GUID 39 |
Definition at line 38 of file classmoniker.c.
#define COBJMACROS |
Definition at line 26 of file classmoniker.c.
typedef struct ClassMoniker ClassMoniker |
Definition at line 109 of file classmoniker.c.
|
static |
Definition at line 222 of file classmoniker.c.
|
static |
Definition at line 260 of file classmoniker.c.
|
static |
Definition at line 470 of file classmoniker.c.
|
static |
Definition at line 293 of file classmoniker.c.
|
static |
Definition at line 684 of file classmoniker.c.
Referenced by CreateClassMoniker().
HRESULT ClassMoniker_CreateFromDisplayName | ( | LPBC | pbc, |
LPCOLESTR | szDisplayName, | ||
LPDWORD | pchEaten, | ||
IMoniker ** | ppmk | ||
) |
Definition at line 725 of file classmoniker.c.
Referenced by MkParseDisplayName().
HRESULT WINAPI ClassMoniker_CreateInstance | ( | IClassFactory * | iface, |
IUnknown * | pUnk, | ||
REFIID | riid, | ||
void ** | ppv | ||
) |
Definition at line 806 of file classmoniker.c.
|
static |
|
static |
Definition at line 520 of file classmoniker.c.
|
static |
Definition at line 209 of file classmoniker.c.
|
static |
Definition at line 444 of file classmoniker.c.
Definition at line 416 of file classmoniker.c.
Definition at line 457 of file classmoniker.c.
Definition at line 158 of file classmoniker.c.
Definition at line 383 of file classmoniker.c.
|
static |
Definition at line 430 of file classmoniker.c.
Definition at line 568 of file classmoniker.c.
Definition at line 172 of file classmoniker.c.
|
static |
Definition at line 554 of file classmoniker.c.
|
static |
Definition at line 63 of file classmoniker.c.
Referenced by CreateClassMoniker().
|
static |
Definition at line 273 of file classmoniker.c.
|
static |
Definition at line 505 of file classmoniker.c.
Definition at line 121 of file classmoniker.c.
|
static |
Definition at line 192 of file classmoniker.c.
Definition at line 596 of file classmoniker.c.
|
static |
Definition at line 620 of file classmoniker.c.
|
static |
Definition at line 583 of file classmoniker.c.
Definition at line 608 of file classmoniker.c.
Definition at line 701 of file classmoniker.c.
Referenced by ClassMoniker_CreateFromDisplayName(), ClassMoniker_CreateInstance(), get_moniker_for_progid_display_name(), SHCreateQueryCancelAutoPlayMoniker(), test_class_moniker(), and test_ROT().
|
inlinestatic |
Definition at line 50 of file classmoniker.c.
Referenced by ClassMoniker_AddRef(), ClassMoniker_BindToObject(), ClassMoniker_GetDisplayName(), ClassMoniker_Hash(), ClassMoniker_Load(), ClassMoniker_QueryInterface(), ClassMoniker_Release(), and ClassMoniker_Save().
|
inlinestatic |
Definition at line 55 of file classmoniker.c.
Referenced by ClassMonikerROTData_AddRef(), ClassMonikerROTData_GetComparisonData(), ClassMonikerROTData_QueryInterface(), and ClassMonikerROTData_Release().
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 644 of file classmoniker.c.
Referenced by ClassMoniker_Construct().
|
static |
Definition at line 673 of file classmoniker.c.
Referenced by ClassMoniker_Construct().