|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <atlcom.h>

Public Member Functions | |
| CComDynamicUnkArray () | |
| ~CComDynamicUnkArray () | |
| IUnknown ** | begin () |
| IUnknown ** | end () |
| IUnknown * | GetAt (int nIndex) |
| IUnknown *WINAPI | GetUnknown (DWORD dwCookie) |
| DWORD WINAPI | GetCookie (IUnknown **ppFind) |
| DWORD | Add (IUnknown *pUnk) |
| BOOL | Remove (DWORD dwCookie) |
Public Attributes | |
| int | m_nSize |
| IUnknown ** | m_ppUnk |
Private Member Functions | |
| CComDynamicUnkArray & | operator= (const CComDynamicUnkArray &) |
| CComDynamicUnkArray (const CComDynamicUnkArray &) | |
|
inline |
|
inline |
|
inlineprivate |
Definition at line 1170 of file atlcom.h.
|
inline |
Definition at line 1123 of file atlcom.h.
Referenced by Add(), CShellBrowser::FireEvent(), GetCookie(), and CFindFolder::NotifyConnections().
|
inline |
Definition at line 1128 of file atlcom.h.
Referenced by Add(), CShellBrowser::FireEvent(), GetCookie(), and CFindFolder::NotifyConnections().
|
inlineprivate |
| int ATL::CComDynamicUnkArray::m_nSize |
Definition at line 1109 of file atlcom.h.
Referenced by Add(), CComDynamicUnkArray(), end(), GetAt(), GetUnknown(), and Remove().
| IUnknown** ATL::CComDynamicUnkArray::m_ppUnk |
Definition at line 1110 of file atlcom.h.
Referenced by Add(), begin(), CComDynamicUnkArray(), end(), GetAt(), Remove(), and ~CComDynamicUnkArray().