ReactOS 0.4.16-dev-522-gb68104a
|
Public Member Functions | |
STDMETHODIMP | QueryInterface (REFIID InterfaceId, PVOID *Interface) |
STDMETHODIMP_ (ULONG) AddRef() | |
STDMETHODIMP_ (ULONG) Release() | |
CControlNode (IKsPropertySet *pProperty, ULONG NodeType, ULONG PinId) | |
virtual | ~CControlNode () |
Public Member Functions inherited from IUnknown | |
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
ULONG | AddRef () |
ULONG | Release () |
Protected Attributes | |
LONG | m_Ref |
IKsPropertySet * | m_pKsProperty |
ULONG | m_NodeType |
ULONG | m_PinId |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 16 of file controlnode.cpp.
|
inline |
Definition at line 37 of file controlnode.cpp.
|
inlinevirtual |
Definition at line 38 of file controlnode.cpp.
HRESULT STDMETHODCALLTYPE CControlNode::QueryInterface | ( | REFIID | InterfaceId, |
PVOID * | Interface | ||
) |
Definition at line 49 of file controlnode.cpp.
|
inline |
Definition at line 21 of file controlnode.cpp.
|
inline |
Definition at line 26 of file controlnode.cpp.
|
protected |
Definition at line 43 of file controlnode.cpp.
Referenced by QueryInterface().
|
protected |
Definition at line 44 of file controlnode.cpp.
|
protected |
Definition at line 42 of file controlnode.cpp.
Referenced by QueryInterface().
|
protected |
Definition at line 41 of file controlnode.cpp.
Referenced by STDMETHODIMP_().