ReactOS 0.4.16-dev-197-g92996da
|
#include <lanconnectui.h>
Public Member Functions | |
CNetConnectionPropertyUi () | |
~CNetConnectionPropertyUi () | |
STDMETHOD() | AddPages (HWND hwndParent, LPFNADDPROPSHEETPAGE pfnAddPage, LPARAM lParam) override |
STDMETHOD() | GetIcon (DWORD dwSize, HICON *phIcon) override |
STDMETHOD() | GetDeviceGuid (GUID *pGuid) override |
STDMETHOD() | SetConnection (INetConnection *pCon) override |
STDMETHOD() | Connect (HWND hwndParent, DWORD dwFlags) override |
STDMETHOD() | Disconnect (HWND hwndParent, DWORD dwFlags) override |
Public Member Functions inherited from ATL::CComObjectRootEx< CComMultiThreadModelNoCS > | |
~CComObjectRootEx () | |
ULONG | InternalAddRef () |
ULONG | InternalRelease () |
void | Lock () |
void | Unlock () |
HRESULT | _AtlInitialConstruct () |
Public Member Functions inherited from ATL::CComObjectRootBase | |
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, PSP_CLASSIMAGELIST_DATA pCILD) |
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 Public Member Functions inherited from ATL::CComObjectRootBase | |
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) |
Public Attributes inherited from ATL::CComObjectRootBase | |
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.
|
override |
Definition at line 458 of file lanconnectui.cpp.
Definition at line 523 of file lanconnectui.cpp.
Definition at line 538 of file lanconnectui.cpp.
|
private |
Definition at line 77 of file lanconnectui.cpp.
Referenced by InitializeLANPropertiesUIDlg().
Definition at line 504 of file lanconnectui.cpp.
Definition at line 415 of file lanconnectui.cpp.
Definition at line 495 of file lanconnectui.cpp.
|
private |
Definition at line 44 of file lanconnectui.cpp.
Referenced by EnumComponents().
Definition at line 140 of file lanconnectui.cpp.
|
staticprivate |
Definition at line 265 of file lanconnectui.cpp.
Referenced by AddPages().
|
override |
Definition at line 512 of file lanconnectui.cpp.
Definition at line 222 of file lanconnectui.cpp.
|
private |
Definition at line 54 of file lanconnectui.h.
Referenced by InitializeLANPropertiesUIDlg(), and ~CNetConnectionPropertyUi().
|
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().