ReactOS
0.4.15-dev-5606-gf34e425
|
Go to the source code of this file.
Functions | |
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) |
Variables | |
HINSTANCE | netcfgx_hInstance |
const GUID | CLSID_TcpipConfigNotifyObject = {0xA907657F, 0x6FDF, 0x11D0, {0x8E, 0xFB, 0x00, 0xC0, 0x4F, 0xD9, 0x12, 0xB2}} |
static INTERFACE_TABLE | InterfaceTable [] |
Definition at line 104 of file netcfgx.c.
Definition at line 36 of file netcfgx.c.
Definition at line 61 of file netcfgx.c.
|
static |
Definition at line 18 of file netcfgx.c.
Referenced by DllGetClassObject().
HINSTANCE netcfgx_hInstance |
Definition at line 15 of file netcfgx.c.
Referenced by AddItem(), DisplayError(), DllMain(), DllRegisterServer(), GetUniqueConnectionName(), INetCfgComponent_fnRaisePropertyUi(), InitializePropertySheetPage(), InitializeTcpipAdvancedIpDlg(), InitializeTcpipAdvancedOptDlg(), InsertColumnToListView(), InsertIpAddressToListView(), LaunchAdvancedTcpipSettings(), NetPropPageProvider(), PropSheetProc(), TcpipAddDNSDlg(), TcpipAddIpDlg(), TcpipAddSuffixDlg(), TcpipAdvancedDnsDlg(), TcpipAdvancedIpDlg(), TcpipAdvancedOptDlg(), TcpipAdvGwDlg(), and TcpipFilterPortDlg().