#include <stdarg.h>
#include <string.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "objbase.h"
#include "ole2.h"
#include "winerror.h"
#include "compobj_private.h"
#include "wine/debug.h"
Go to the source code of this file.
◆ COBJMACROS
◆ InternalCoStdMarshalObject()
◆ MARSHAL_GetStandardMarshalCF()
◆ StdMarshalCF_AddRef()
| static ULONG WINAPI StdMarshalCF_AddRef |
( |
LPCLASSFACTORY |
iface | ) |
|
|
static |
◆ StdMarshalCF_CreateInstance()
Definition at line 66 of file marshal.c.
68{
71
74}
HRESULT WINAPI InternalCoStdMarshalObject(REFIID riid, DWORD dest_context, void *dest_context_data, void **ppvObject)
#define IsEqualIID(riid1, riid2)
◆ StdMarshalCF_LockServer()
Definition at line 76 of file marshal.c.
77{
78 FIXME(
"(%d), stub!\n",fLock);
80}
◆ StdMarshalCF_QueryInterface()
Definition at line 44 of file marshal.c.
46{
49 {
52 }
54}
const GUID IID_IClassFactory
◆ StdMarshalCF_Release()
| static ULONG WINAPI StdMarshalCF_Release |
( |
LPCLASSFACTORY |
iface | ) |
|
|
static |
◆ WINE_DEFAULT_DEBUG_CHANNEL()
| WINE_DEFAULT_DEBUG_CHANNEL |
( |
ole |
| ) |
|
◆ StdMarshalCF
◆ StdMarshalCFVtbl
| const IClassFactoryVtbl StdMarshalCFVtbl |
|
static |
Initial value:=
{
}
static ULONG WINAPI StdMarshalCF_AddRef(LPCLASSFACTORY iface)
static ULONG WINAPI StdMarshalCF_Release(LPCLASSFACTORY iface)
static HRESULT WINAPI StdMarshalCF_LockServer(LPCLASSFACTORY iface, BOOL fLock)
static HRESULT WINAPI StdMarshalCF_CreateInstance(LPCLASSFACTORY iface, LPUNKNOWN pUnk, REFIID riid, LPVOID *ppv)
static HRESULT WINAPI StdMarshalCF_QueryInterface(LPCLASSFACTORY iface, REFIID riid, LPVOID *ppv)
Definition at line 82 of file marshal.c.