|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winuser.h"#include "objbase.h"#include "oleidl.h"#include "wine/debug.h"#include "moniker.h"
Go to the source code of this file.
Classes | |
| struct | PointerMonikerImpl |
Macros | |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
Typedefs | |
| typedef struct PointerMonikerImpl | PointerMonikerImpl |
Variables | |
| static const IMonikerVtbl | VT_PointerMonikerImpl |
| #define COBJMACROS |
Definition at line 25 of file pointermoniker.c.
| #define NONAMELESSUNION |
Definition at line 26 of file pointermoniker.c.
Definition at line 570 of file pointermoniker.c.
Referenced by PointerMoniker_CreateInstance(), and test_pointer_moniker().
|
inlinestatic |
Definition at line 49 of file pointermoniker.c.
Referenced by PointerMonikerImpl_AddRef(), PointerMonikerImpl_BindToObject(), PointerMonikerImpl_BindToStorage(), PointerMonikerImpl_Hash(), PointerMonikerImpl_IsEqual(), PointerMonikerImpl_ParseDisplayName(), PointerMonikerImpl_QueryInterface(), and PointerMonikerImpl_Release().
| HRESULT WINAPI PointerMoniker_CreateInstance | ( | IClassFactory * | iface, |
| IUnknown * | pUnk, | ||
| REFIID | riid, | ||
| void ** | ppv | ||
| ) |
Definition at line 591 of file pointermoniker.c.
Definition at line 89 of file pointermoniker.c.
Referenced by PointerMonikerImpl_Reduce().
|
static |
Definition at line 198 of file pointermoniker.c.
|
static |
Definition at line 215 of file pointermoniker.c.
|
static |
Definition at line 416 of file pointermoniker.c.
|
static |
Definition at line 250 of file pointermoniker.c.
|
static |
Definition at line 545 of file pointermoniker.c.
Referenced by CreatePointerMoniker().
|
static |
|
static |
Definition at line 454 of file pointermoniker.c.
|
static |
Definition at line 181 of file pointermoniker.c.
|
static |
Definition at line 392 of file pointermoniker.c.
Definition at line 365 of file pointermoniker.c.
Definition at line 405 of file pointermoniker.c.
Definition at line 141 of file pointermoniker.c.
|
static |
Definition at line 341 of file pointermoniker.c.
Referenced by PointerMonikerImpl_CommonPrefixWith().
|
static |
Definition at line 381 of file pointermoniker.c.
|
static |
Definition at line 500 of file pointermoniker.c.
Definition at line 156 of file pointermoniker.c.
|
static |
Definition at line 470 of file pointermoniker.c.
|
static |
Definition at line 55 of file pointermoniker.c.
|
static |
Definition at line 232 of file pointermoniker.c.
Definition at line 102 of file pointermoniker.c.
|
static |
Definition at line 167 of file pointermoniker.c.
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 515 of file pointermoniker.c.
Referenced by PointerMonikerImpl_Construct().