|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <assert.h>#include <stdarg.h>#include <string.h>#include "windef.h"#include "winbase.h"#include "winerror.h"#include "winnls.h"#include "wine/debug.h"#include "objbase.h"#include "moniker.h"#include "compobj_private.h"
Go to the source code of this file.
Classes | |
| struct | FileMonikerImpl |
Macros | |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
Typedefs | |
| typedef struct FileMonikerImpl | FileMonikerImpl |
Variables | |
| static const IMonikerVtbl | VT_FileMonikerImpl |
| static const IROTDataVtbl | VT_ROTDataImpl |
| #define COBJMACROS |
Definition at line 26 of file filemoniker.c.
| #define NONAMELESSUNION |
Definition at line 27 of file filemoniker.c.
| typedef struct FileMonikerImpl FileMonikerImpl |
Definition at line 1414 of file filemoniker.c.
Referenced by FileMoniker_CreateFromDisplayName(), FileMonikerImpl_CommonPrefixWith(), FileMonikerImpl_ComposeWith(), FileMonikerImpl_RelativePathTo(), HlinkParseDisplayName(), IHlink_fnSetStringReference(), OleCreateFromFileEx(), test_file_moniker(), test_HlinkMoniker(), test_MkParseDisplayName(), test_ROT(), test_ROT_multiple_entries(), and test_save_load_filemoniker().
| HRESULT FileMoniker_CreateFromDisplayName | ( | LPBC | pbc, |
| LPCOLESTR | szDisplayName, | ||
| LPDWORD | pchEaten, | ||
| IMoniker ** | ppmk | ||
| ) |
Definition at line 1452 of file filemoniker.c.
Referenced by MkParseDisplayName().
| HRESULT WINAPI FileMoniker_CreateInstance | ( | IClassFactory * | iface, |
| IUnknown * | pUnk, | ||
| REFIID | riid, | ||
| void ** | ppv | ||
| ) |
Definition at line 1543 of file filemoniker.c.
Definition at line 115 of file filemoniker.c.
|
static |
Definition at line 478 of file filemoniker.c.
|
static |
Definition at line 590 of file filemoniker.c.
|
static |
Definition at line 922 of file filemoniker.c.
|
static |
Definition at line 660 of file filemoniker.c.
|
static |
Definition at line 1344 of file filemoniker.c.
Referenced by CreateFileMoniker(), and FileMoniker_CreateInstance().
Definition at line 1023 of file filemoniker.c.
Referenced by FileMonikerImpl_CommonPrefixWith(), FileMonikerImpl_ComposeWith(), FileMonikerImpl_Construct(), FileMonikerImpl_RelativePathTo(), and GetClassFile().
|
static |
Definition at line 463 of file filemoniker.c.
Referenced by FileMonikerImpl_Release().
|
static |
|
static |
Definition at line 1183 of file filemoniker.c.
|
static |
Definition at line 442 of file filemoniker.c.
|
static |
Definition at line 873 of file filemoniker.c.
Definition at line 809 of file filemoniker.c.
Definition at line 911 of file filemoniker.c.
Definition at line 167 of file filemoniker.c.
|
static |
Definition at line 773 of file filemoniker.c.
|
static |
Definition at line 843 of file filemoniker.c.
Definition at line 1223 of file filemoniker.c.
Definition at line 182 of file filemoniker.c.
|
static |
Definition at line 1212 of file filemoniker.c.
|
static |
Definition at line 68 of file filemoniker.c.
Referenced by FileMonikerROTDataImpl_QueryInterface().
|
static |
Definition at line 632 of file filemoniker.c.
|
static |
Definition at line 1106 of file filemoniker.c.
Definition at line 128 of file filemoniker.c.
Referenced by FileMonikerROTDataImpl_Release().
|
static |
Definition at line 343 of file filemoniker.c.
Definition at line 1253 of file filemoniker.c.
|
static |
Definition at line 1279 of file filemoniker.c.
|
static |
Definition at line 1239 of file filemoniker.c.
Definition at line 1266 of file filemoniker.c.
Definition at line 647 of file filemoniker.c.
Referenced by FileMonikerImpl_CommonPrefixWith(), FileMonikerImpl_ComposeWith(), FileMonikerImpl_Construct(), and FileMonikerImpl_RelativePathTo().
|
inlinestatic |
Definition at line 50 of file filemoniker.c.
Referenced by FileMonikerImpl_AddRef(), FileMonikerImpl_BindToObject(), FileMonikerImpl_GetDisplayName(), FileMonikerImpl_GetSizeMax(), FileMonikerImpl_GetTimeOfLastChange(), FileMonikerImpl_Hash(), FileMonikerImpl_IsEqual(), FileMonikerImpl_Load(), FileMonikerImpl_QueryInterface(), FileMonikerImpl_Release(), and FileMonikerImpl_Save().
|
inlinestatic |
Definition at line 55 of file filemoniker.c.
Referenced by FileMonikerROTDataImpl_AddRef(), FileMonikerROTDataImpl_GetComparisonData(), FileMonikerROTDataImpl_QueryInterface(), and FileMonikerROTDataImpl_Release().
Definition at line 1445 of file filemoniker.c.
Referenced by FileMoniker_CreateFromDisplayName().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 1305 of file filemoniker.c.
Referenced by FileMonikerImpl_Construct().
|
static |
Definition at line 1333 of file filemoniker.c.
Referenced by FileMonikerImpl_Construct().