ReactOS 0.4.15-dev-7136-g77ab709
|
#include <connectmanager.h>
Public Member Functions | |
CNetConnectionManager () | |
HRESULT | Initialize () |
HRESULT | EnumerateINetConnections () |
virtual HRESULT WINAPI | EnumConnections (NETCONMGR_ENUM_FLAGS Flags, IEnumNetConnection **ppEnum) |
virtual HRESULT WINAPI | Next (ULONG celt, INetConnection **rgelt, ULONG *pceltFetched) |
virtual HRESULT WINAPI | Skip (ULONG celt) |
virtual HRESULT WINAPI | Reset () |
virtual HRESULT WINAPI | Clone (IEnumNetConnection **ppenum) |
![]() | |
~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.
|
virtual |
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.
|
virtual |
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().