|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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.
Classes | |
| struct | _FTMarshalImpl |
Macros | |
| #define | COBJMACROS |
Typedefs | |
| typedef struct _FTMarshalImpl | FTMarshalImpl |
Variables | |
| static const IUnknownVtbl | iunkvt |
| static const IMarshalVtbl | ftmvtbl |
| static const IClassFactoryVtbl | FTMarshalCFVtbl |
| static const IClassFactoryVtbl * | FTMarshalCF = &FTMarshalCFVtbl |
| #define COBJMACROS |
Definition at line 27 of file ftmarshal.c.
| typedef struct _FTMarshalImpl FTMarshalImpl |
Definition at line 331 of file ftmarshal.c.
Referenced by FTMarshalCF_CreateInstance(), and test_freethreadedmarshaler().
Definition at line 364 of file ftmarshal.c.
Definition at line 411 of file ftmarshal.c.
Referenced by CoGetClassObject().
|
static |
Definition at line 374 of file ftmarshal.c.
Definition at line 395 of file ftmarshal.c.
|
static |
Definition at line 351 of file ftmarshal.c.
Definition at line 369 of file ftmarshal.c.
Definition at line 117 of file ftmarshal.c.
Definition at line 290 of file ftmarshal.c.
|
static |
Definition at line 150 of file ftmarshal.c.
|
static |
Definition at line 137 of file ftmarshal.c.
|
static |
Definition at line 175 of file ftmarshal.c.
|
static |
Definition at line 107 of file ftmarshal.c.
Definition at line 127 of file ftmarshal.c.
Definition at line 259 of file ftmarshal.c.
|
static |
Definition at line 226 of file ftmarshal.c.
Definition at line 78 of file ftmarshal.c.
|
static |
Definition at line 58 of file ftmarshal.c.
Definition at line 87 of file ftmarshal.c.
|
inlinestatic |
Definition at line 51 of file ftmarshal.c.
Referenced by FTMarshalImpl_AddRef(), FTMarshalImpl_QueryInterface(), and FTMarshalImpl_Release().
|
inlinestatic |
Definition at line 46 of file ftmarshal.c.
Referenced by IiFTMUnknown_fnAddRef(), IiFTMUnknown_fnQueryInterface(), and IiFTMUnknown_fnRelease().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | ole | ) |
|
static |
Definition at line 409 of file ftmarshal.c.
Referenced by FTMarshalCF_Create().
|
static |
Definition at line 401 of file ftmarshal.c.
|
static |
Definition at line 297 of file ftmarshal.c.
Referenced by CoCreateFreeThreadedMarshaler().
|
static |
Definition at line 99 of file ftmarshal.c.
Referenced by CoCreateFreeThreadedMarshaler().