#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "objbase.h"
#include "rpcproxy.h"
#include "cpsf.h"
#include "ndrtypes.h"
#include "ndr_stubless.h"
#include "wine/asm.h"
Go to the source code of this file.
◆ ALL_THUNK_ENTRIES
◆ COBJMACROS
◆ T [1/2]
◆ T [2/2]
◆ delegating_AddRef()
◆ delegating_QueryInterface()
Definition at line 295 of file thunks.c.
296{
299}
static void *static void *static LPDIRECTPLAY IUnknown * pUnk
◆ delegating_Release()
◆ delegating_vtbl
Initial value:=
{
{
#define T(num)
}
}
static HRESULT WINAPI delegating_QueryInterface(IUnknown *pUnk, REFIID iid, void **ppv)
static ULONG WINAPI delegating_Release(IUnknown *pUnk)
static ULONG WINAPI delegating_AddRef(IUnknown *pUnk)
#define ALL_THUNK_ENTRIES
Definition at line 315 of file thunks.c.