ReactOS 0.4.15-dev-6067-g0b695a6
|
#include <atlcomcli.h>
Public Member Functions | |
CComQIIDPtr () | |
CComQIIDPtr (_Inout_opt_ T *lp) | |
CComQIIDPtr (_Inout_ const CComQIIDPtr< T, piid > &lp) | |
CComQIIDPtr (_Inout_opt_ IUnknown *lp) | |
T * | operator= (T *lp) |
T * | operator= (const CComQIIDPtr< T, piid > &lp) |
T * | operator= (IUnknown *lp) |
![]() | |
CComPtr () | |
CComPtr (T *lp) | |
CComPtr (const CComPtr< T > &lp) | |
~CComPtr () | |
T * | operator= (T *lp) |
T * | operator= (const CComPtr< T > &lp) |
void | Release () |
void | Attach (T *lp) |
T * | Detach () |
T ** | operator& () |
operator T* () | |
_NoAddRefReleaseOnCComPtr< T > * | operator-> () const |
Additional Inherited Members | |
![]() | |
T * | p |
Definition at line 195 of file atlcomcli.h.
|
inline |
Definition at line 202 of file atlcomcli.h.
|
inline |
Definition at line 205 of file atlcomcli.h.
|
inline |
Definition at line 209 of file atlcomcli.h.
|
inline |
Definition at line 213 of file atlcomcli.h.
|
inline |
Definition at line 235 of file atlcomcli.h.
|
inline |
Definition at line 249 of file atlcomcli.h.
|
inline |