|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include "precomp.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
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) |
| static LONG | AppendStringToMultiSZ (IN HKEY hKey, IN PCWSTR ValueName, IN PCWSTR ValueToAppend) |
| static BOOL | InstallInfSection (IN HWND hWnd, IN LPCWSTR InfFile, IN LPCWSTR InfSection OPTIONAL, IN LPCWSTR InfService OPTIONAL) |
| static DWORD | InstallAdditionalServices (IN HWND hWnd) |
| static DWORD | InstallNetDevice (IN HDEVINFO DeviceInfoSet, IN PSP_DEVINFO_DATA DeviceInfoData, LPCWSTR UuidString, DWORD Characteristics, LPCWSTR BusType) |
| static DWORD | InstallNetClient (VOID) |
| static DWORD | InstallNetService (VOID) |
| static DWORD | InstallNetTransport (VOID) |
| DWORD WINAPI | NetClassInstaller (IN DI_FUNCTION InstallFunction, IN HDEVINFO DeviceInfoSet, IN PSP_DEVINFO_DATA DeviceInfoData OPTIONAL) |
Variables |
| HINSTANCE | netcfgx_hInstance |
| const GUID | CLSID_TcpipConfigNotifyObject = {0xA907657F, 0x6FDF, 0x11D0, {0x8E, 0xFB, 0x00, 0xC0, 0x4F, 0xD9, 0x12, 0xB2}} |
| static INTERFACE_TABLE | InterfaceTable [] |
Generated on Sun May 27 2012 05:15:13 for ReactOS by
1.7.6.1
|