ReactOS 0.4.16-dev-753-g705a985
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
class | CNetshellModule |
Functions | |
HPROPSHEETPAGE | InitializePropertySheetPage (LPWSTR resname, DLGPROC dlgproc, LPARAM lParam, LPWSTR szTitle) |
BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID fImpLoad) |
HRESULT WINAPI | DllCanUnloadNow (void) |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
VOID WINAPI | NcFreeNetconProperties (NETCON_PROPERTIES *pProps) |
BOOL WINAPI | NcIsValidConnectionName (_In_ PCWSTR pszwName) |
Variables | |
HMODULE | g_hModule = NULL |
HINSTANCE | netshell_hInstance |
CNetshellModule | gModule |
Definition at line 71 of file netshell.cpp.
Definition at line 109 of file netshell.cpp.
Definition at line 53 of file netshell.cpp.
Definition at line 77 of file netshell.cpp.
Definition at line 93 of file netshell.cpp.
HPROPSHEETPAGE InitializePropertySheetPage | ( | LPWSTR | resname, |
DLGPROC | dlgproc, | ||
LPARAM | lParam, | ||
LPWSTR | szTitle | ||
) |
Definition at line 29 of file netshell.cpp.
Referenced by CNetConnectionPropertyUi::AddPages(), and ShowStatusPropertyDialog().
VOID WINAPI NcFreeNetconProperties | ( | NETCON_PROPERTIES * | pProps | ) |
Definition at line 119 of file netshell.cpp.
Referenced by CNetConnection::Disconnect(), ILCreateNetConnectItem(), ILGetConnection(), InitializeLANStatusUiDlg(), CLanStatus::InitializeNetTaskbarNotifications(), ShowNetConnectionProperties(), ShowStatusPropertyDialog(), UpdateLanStatus(), and CNetConnectionPropertyUi::~CNetConnectionPropertyUi().
Definition at line 128 of file netshell.cpp.
Definition at line 10 of file netshell.cpp.
CNetshellModule gModule |
Definition at line 26 of file netshell.cpp.
Referenced by DllGetClassObject(), DllMain(), DllRegisterServer(), and DllUnregisterServer().
HINSTANCE netshell_hInstance |
Definition at line 12 of file netshell.cpp.
Referenced by _InsertMenuItemW(), DllMain(), CNetworkConnections::GetDetailsOf(), CNetworkConnections::GetDisplayNameOf(), CNetConUiObject::GetIconLocation(), InitializeLANStatusUiDlg(), CLanStatus::InitializeNetTaskbarNotifications(), InitializePropertySheetPage(), InsertColumnToListView(), InsertItemToListView(), LANStatusUiAdvancedDlg(), NetSetupRequestWizardPages(), NetworkDomainPageDlgProc(), PropSheetProc(), ShowNetConnectionProperties(), ShowStatusPropertyDialog(), UpdateLanStatus(), and UpdateLanStatusUiDlg().