AJA NTV2 SDK  17.6.0.2675
NTV2 SDK 17.6.0.2675
combase.cpp File Reference
#include <streams.h>
Include dependency graph for combase.cpp:

Go to the source code of this file.

Functions

HINSTANCE LoadOLEAut32 ()
 
template<class T >
static T ourmax (const T &a, const T &b)
 
 STDMETHODIMP_ (ULONG) CUnknown
 
STDAPI GetInterface (LPUNKNOWN pUnk, __out void **ppv)
 
BOOL WINAPI IsEqualObject (IUnknown *pFirst, IUnknown *pSecond)
 

Variables

HINSTANCE hlibOLEAut32
 
static const TCHAR szOle32Aut [] = TEXT("OleAut32.dll")
 

Function Documentation

◆ GetInterface()

STDAPI GetInterface ( LPUNKNOWN  pUnk,
__out void **  ppv 
)

Definition at line 213 of file combase.cpp.

◆ IsEqualObject()

BOOL WINAPI IsEqualObject ( IUnknown *  pFirst,
IUnknown *  pSecond 
)

Definition at line 224 of file combase.cpp.

◆ LoadOLEAut32()

HINSTANCE LoadOLEAut32 ( )

Definition at line 73 of file combase.cpp.

◆ ourmax()

template<class T >
static T ourmax ( const T &  a,
const T &  b 
)
inlinestatic

Definition at line 156 of file combase.cpp.

◆ STDMETHODIMP_()

STDMETHODIMP_ ( ULONG  )

Definition at line 163 of file combase.cpp.

Variable Documentation

◆ hlibOLEAut32

HINSTANCE hlibOLEAut32

Definition at line 50 of file combase.cpp.

◆ szOle32Aut

const TCHAR szOle32Aut[] = TEXT("OleAut32.dll")
static

Definition at line 71 of file combase.cpp.