Public Member Functions |
| | CNetConnectionPropertyUi () |
| virtual HRESULT WINAPI | QueryInterface (REFIID riid, LPVOID *ppvOut) |
| virtual ULONG WINAPI | AddRef () |
| virtual ULONG WINAPI | Release () |
| 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) |
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) |
Static Private Member Functions |
| static INT_PTR CALLBACK | LANPropertiesUIDlg (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
Private Attributes |
| INetConnection * | pCon |
| INetCfgLock * | NCfgLock |
| INetCfg * | pNCfg |
| NETCON_PROPERTIES * | pProperties |
| LONG | ref |
Definition at line 25 of file lanconnectui.cpp.