ReactOS 0.4.16-dev-847-g386fccd
|
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "ole2.h"
#include "rpc.h"
#include "compobj_private.h"
#include "moniker.h"
#include "comcat.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | COBJMACROS |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (ole) | |
static HRESULT WINAPI | ClassFactory_QueryInterface (IClassFactory *iface, REFIID riid, void **ppv) |
static ULONG WINAPI | ClassFactory_AddRef (IClassFactory *iface) |
static ULONG WINAPI | ClassFactory_Release (IClassFactory *iface) |
static HRESULT WINAPI | ClassFactory_LockServer (IClassFactory *iface, BOOL fLock) |
HRESULT WINAPI | DllGetClassObject (REFCLSID rclsid, REFIID iid, LPVOID *ppv) |
Variables | |
static const IClassFactoryVtbl | FileMonikerCFVtbl |
static IClassFactory | FileMonikerCF = { &FileMonikerCFVtbl } |
static const IClassFactoryVtbl | ItemMonikerCFVtbl |
static IClassFactory | ItemMonikerCF = { &ItemMonikerCFVtbl } |
static const IClassFactoryVtbl | AntiMonikerCFVtbl |
static IClassFactory | AntiMonikerCF = { &AntiMonikerCFVtbl } |
static const IClassFactoryVtbl | CompositeMonikerCFVtbl |
static IClassFactory | CompositeMonikerCF = { &CompositeMonikerCFVtbl } |
static const IClassFactoryVtbl | ClassMonikerCFVtbl |
static IClassFactory | ClassMonikerCF = { &ClassMonikerCFVtbl } |
static const IClassFactoryVtbl | PointerMonikerCFVtbl |
static IClassFactory | PointerMonikerCF = { &PointerMonikerCFVtbl } |
static const IClassFactoryVtbl | ComCatCFVtbl |
static IClassFactory | ComCatCF = { &ComCatCFVtbl } |
static const IClassFactoryVtbl | GlobalOptionsCFVtbl |
IClassFactory | GlobalOptionsCF = { &GlobalOptionsCFVtbl } |
#define COBJMACROS |
Definition at line 27 of file oleproxy.c.
|
static |
Definition at line 58 of file oleproxy.c.
|
static |
Definition at line 68 of file oleproxy.c.
|
static |
Definition at line 44 of file oleproxy.c.
|
static |
Definition at line 63 of file oleproxy.c.
Definition at line 165 of file oleproxy.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 105 of file oleproxy.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 96 of file oleproxy.c.
|
static |
Definition at line 127 of file oleproxy.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 118 of file oleproxy.c.
|
static |
Definition at line 149 of file oleproxy.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 140 of file oleproxy.c.
|
static |
Definition at line 116 of file oleproxy.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 107 of file oleproxy.c.
|
static |
Definition at line 83 of file oleproxy.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 74 of file oleproxy.c.
IClassFactory GlobalOptionsCF = { &GlobalOptionsCFVtbl } |
Definition at line 160 of file oleproxy.c.
Referenced by CoGetClassObject().
|
static |
Definition at line 151 of file oleproxy.c.
|
static |
Definition at line 94 of file oleproxy.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 85 of file oleproxy.c.
|
static |
Definition at line 138 of file oleproxy.c.
Referenced by DllGetClassObject().
|
static |
Definition at line 129 of file oleproxy.c.