#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "wine/debug.h"
#include "compobj_private.h"
Go to the source code of this file.
◆ COBJMACROS
◆ FTMarshalCF_AddRef()
| static ULONG WINAPI FTMarshalCF_AddRef |
( |
LPCLASSFACTORY |
iface | ) |
|
|
static |
◆ FTMarshalCF_Create()
◆ FTMarshalCF_CreateInstance()
Definition at line 62 of file ftmarshal.c.
64{
67
69
71
73
75 {
78 }
79
81}
HRESULT WINAPI CoCreateFreeThreadedMarshaler(IUnknown *outer, IUnknown **marshaler)
static void *static void *static LPDIRECTPLAY IUnknown * pUnk
◆ FTMarshalCF_LockServer()
◆ FTMarshalCF_QueryInterface()
Definition at line 39 of file ftmarshal.c.
41{
44 {
46 IClassFactory_AddRef(iface);
48 }
50}
const GUID IID_IClassFactory
#define IsEqualIID(riid1, riid2)
◆ FTMarshalCF_Release()
| static ULONG WINAPI FTMarshalCF_Release |
( |
LPCLASSFACTORY |
iface | ) |
|
|
static |
◆ WINE_DEFAULT_DEBUG_CHANNEL()
| WINE_DEFAULT_DEBUG_CHANNEL |
( |
ole |
| ) |
|
◆ FTMarshalCF
◆ FTMarshalCFVtbl
| const IClassFactoryVtbl FTMarshalCFVtbl |
|
static |
Initial value:=
{
}
static ULONG WINAPI FTMarshalCF_AddRef(LPCLASSFACTORY iface)
static HRESULT WINAPI FTMarshalCF_LockServer(LPCLASSFACTORY iface, BOOL fLock)
static HRESULT WINAPI FTMarshalCF_QueryInterface(LPCLASSFACTORY iface, REFIID riid, LPVOID *ppv)
static HRESULT WINAPI FTMarshalCF_CreateInstance(LPCLASSFACTORY iface, LPUNKNOWN pUnk, REFIID riid, LPVOID *ppv)
static ULONG WINAPI FTMarshalCF_Release(LPCLASSFACTORY iface)
Definition at line 89 of file ftmarshal.c.