ReactOS 0.4.16-dev-1151-g3842b59
|
#include <connectmanager.h>
Public Member Functions | |
CNetConnectionManager () | |
HRESULT | Initialize () |
HRESULT | EnumerateINetConnections () |
STDMETHOD() | EnumConnections (NETCONMGR_ENUM_FLAGS Flags, IEnumNetConnection **ppEnum) override |
STDMETHOD() | Next (ULONG celt, INetConnection **rgelt, ULONG *pceltFetched) override |
STDMETHOD() | Skip (ULONG celt) override |
STDMETHOD() | Reset () override |
STDMETHOD() | Clone (IEnumNetConnection **ppenum) override |
![]() | |
~CComObjectRootEx () | |
ULONG | InternalAddRef () |
ULONG | InternalRelease () |
void | Lock () |
void | Unlock () |
HRESULT | _AtlInitialConstruct () |
![]() | |
CComObjectRootBase () | |
~CComObjectRootBase () | |
void | SetVoid (void *) |
HRESULT | _AtlFinalConstruct () |
HRESULT | FinalConstruct () |
void | InternalFinalConstructAddRef () |
void | InternalFinalConstructRelease () |
void | FinalRelease () |
Private Attributes | |
PINetConnectionItem | m_pHead |
PINetConnectionItem | m_pCurrent |
Additional Inherited Members | |
![]() | |
static void WINAPI | ObjectMain (bool) |
static const struct _ATL_CATMAP_ENTRY * | GetCategoryMap () |
static HRESULT WINAPI | InternalQueryInterface (void *pThis, const _ATL_INTMAP_ENTRY *pEntries, REFIID iid, void **ppvObject) |
![]() | |
LONG | m_dwRef |
Definition at line 9 of file connectmanager.h.
CNetConnectionManager::CNetConnectionManager | ( | ) |
Definition at line 381 of file connectmanager.cpp.
Definition at line 458 of file connectmanager.cpp.
|
override |
Definition at line 389 of file connectmanager.cpp.
HRESULT CNetConnectionManager::EnumerateINetConnections | ( | ) |
Definition at line 518 of file connectmanager.cpp.
Referenced by Initialize().
HRESULT CNetConnectionManager::Initialize | ( | ) |
Definition at line 694 of file connectmanager.cpp.
|
override |
Definition at line 412 of file connectmanager.cpp.
Definition at line 450 of file connectmanager.cpp.
Definition at line 436 of file connectmanager.cpp.
|
private |
Definition at line 31 of file connectmanager.h.
Referenced by EnumerateINetConnections(), Initialize(), Next(), Reset(), and Skip().
|
private |
Definition at line 30 of file connectmanager.h.
Referenced by EnumerateINetConnections(), Initialize(), and Reset().