ReactOS 0.4.15-dev-5853-gcb454ef
|
#include <lanconnectui.h>
Public Member Functions | |
CNetConnectionPropertyUi () | |
~CNetConnectionPropertyUi () | |
virtual HRESULT WINAPI | AddPages (HWND hwndParent, LPFNADDPROPSHEETPAGE pfnAddPage, LPARAM lParam) |
virtual HRESULT WINAPI | GetIcon (DWORD dwSize, HICON *phIcon) |
virtual HRESULT WINAPI | GetDeviceGuid (GUID *pGuid) |
virtual HRESULT WINAPI | SetConnection (INetConnection *pCon) |
virtual HRESULT WINAPI | Connect (HWND hwndParent, DWORD dwFlags) |
virtual HRESULT WINAPI | Disconnect (HWND hwndParent, DWORD dwFlags) |
![]() | |
~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 Member Functions | |
BOOL | GetINetCfgComponent (INetCfg *pNCfg, INetCfgComponent **pOut) |
VOID | EnumComponents (HWND hDlgCtrl, INetCfg *pNCfg, const GUID *CompGuid, UINT Type) |
VOID | InitializeLANPropertiesUIDlg (HWND hwndDlg) |
VOID | ShowNetworkComponentProperties (HWND hwndDlg) |
BOOL | GetDeviceInstanceID (OUT LPOLESTR *DeviceInstanceID) |
Static Private Member Functions | |
static INT_PTR CALLBACK | LANPropertiesUIDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Private Attributes | |
CComPtr< INetConnection > | m_pCon |
CComPtr< INetCfgLock > | m_NCfgLock |
CComPtr< INetCfg > | m_pNCfg |
NETCON_PROPERTIES * | m_pProperties |
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 22 of file lanconnectui.h.
CNetConnectionPropertyUi::CNetConnectionPropertyUi | ( | ) |
Definition at line 10 of file lanconnectui.cpp.
CNetConnectionPropertyUi::~CNetConnectionPropertyUi | ( | ) |
Definition at line 15 of file lanconnectui.cpp.
|
virtual |
Definition at line 430 of file lanconnectui.cpp.
Definition at line 495 of file lanconnectui.cpp.
Definition at line 510 of file lanconnectui.cpp.
|
private |
Definition at line 72 of file lanconnectui.cpp.
Referenced by InitializeLANPropertiesUIDlg().
Definition at line 476 of file lanconnectui.cpp.
Definition at line 387 of file lanconnectui.cpp.
Definition at line 467 of file lanconnectui.cpp.
|
private |
Definition at line 39 of file lanconnectui.cpp.
Referenced by EnumComponents().
Definition at line 132 of file lanconnectui.cpp.
|
staticprivate |
Definition at line 244 of file lanconnectui.cpp.
Referenced by AddPages().
|
virtual |
Definition at line 484 of file lanconnectui.cpp.
Definition at line 201 of file lanconnectui.cpp.
|
private |
Definition at line 54 of file lanconnectui.h.
Referenced by InitializeLANPropertiesUIDlg().
|
private |
Definition at line 53 of file lanconnectui.h.
Referenced by AddPages(), Connect(), and SetConnection().
|
private |
Definition at line 55 of file lanconnectui.h.
Referenced by InitializeLANPropertiesUIDlg(), and ~CNetConnectionPropertyUi().
|
private |
Definition at line 56 of file lanconnectui.h.
Referenced by AddPages(), GetDeviceGuid(), GetDeviceInstanceID(), GetINetCfgComponent(), InitializeLANPropertiesUIDlg(), and ~CNetConnectionPropertyUi().