xine-lib 1.2.11
Macros
iunk.h File Reference
#include "guids.h"

Go to the source code of this file.

Macros

#define INHERIT_IUNKNOWN()
 
#define DECLARE_IUNKNOWN()    int refcount;
 
#define IMPLEMENT_IUNKNOWN(CLASSNAME)
 

Macro Definition Documentation

◆ DECLARE_IUNKNOWN

#define DECLARE_IUNKNOWN ( )     int refcount;

◆ IMPLEMENT_IUNKNOWN

#define IMPLEMENT_IUNKNOWN (   CLASSNAME)

◆ INHERIT_IUNKNOWN

#define INHERIT_IUNKNOWN ( )
Value:
long STDCALL ( *QueryInterface )(IUnknown * This, const GUID* riid, void **ppvObject); \
long STDCALL ( *AddRef )(IUnknown * This); \
long STDCALL ( *Release )(IUnknown * This);