ReactOS 0.4.16-dev-136-g52192f1
|
Public Member Functions | |
CQITestObject () | |
~CQITestObject () | |
STDMETHOD_ (ULONG, AddRef)() | |
STDMETHOD_ (ULONG, Release)() | |
STDMETHOD() | QueryInterface (REFIID iid, void **ppvObject) |
STDMETHOD() | GetClassID (CLSID *pClassID) |
STDMETHOD() | GetClassForHandler (DWORD dwDestContext, void *pvDestContext, CLSID *pClsid) |
HRESULT | GetClassID ([out] CLSID *pClassID) |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
HRESULT | GetClassForHandler ([in] DWORD dwDestContext, [in, unique] void *pvDestContext, [out] CLSID *pClsid) |
Public Attributes | |
LONG | m_dwRef |
Additional Inherited Members | |
Public Types inherited from IPersist | |
typedef IPersist * | LPPERSIST |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Public Types inherited from IStdMarshalInfo | |
typedef IStdMarshalInfo * | LPSTDMARSHALINFO |
Definition at line 20 of file CComQIPtr.cpp.
|
inline |
Definition at line 27 of file CComQIPtr.cpp.
|
inline |
Definition at line 31 of file CComQIPtr.cpp.
|
inline |
Implements IStdMarshalInfo.
Definition at line 72 of file CComQIPtr.cpp.
Implements IUnknown.
Definition at line 47 of file CComQIPtr.cpp.
Definition at line 35 of file CComQIPtr.cpp.
Definition at line 41 of file CComQIPtr.cpp.
LONG CQITestObject::m_dwRef |
Definition at line 25 of file CComQIPtr.cpp.
Referenced by START_TEST(), and STDMETHOD_().