#include <windows.h>
#include <ndk/iofuncs.h>
#include <ndk/rtlfuncs.h>
#include <netcfgx.h>
#include <setupapi.h>
#include <stdio.h>
#include <iphlpapi.h>
#include <dhcpcsdk.h>
#include <dhcpcapi.h>
#include <olectl.h>
#include <netcfgn.h>
#include "resource.h"
#include <prsht.h>
#include <initguid.h>
#include <devguid.h>
Go to the source code of this file.
Data Structures |
| struct | INTERFACE_TABLE |
| struct | NetCfgComponentItem |
Defines |
| #define | COBJMACROS |
| #define | NONAMELESSUNION |
| #define | NONAMELESSSTRUCT |
| #define | WIN32_NO_STATUS |
| #define | NTOS_MODE_USER |
Typedefs |
| typedef HRESULT(CALLBACK * | LPFNCREATEINSTANCE )(IUnknown *pUnkOuter, REFIID riid, LPVOID *ppvObject) |
Functions |
| HRESULT WINAPI | INetCfg_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
| IClassFactory * | IClassFactory_fnConstructor (LPFNCREATEINSTANCE lpfnCI, PLONG pcRefDll, REFIID riidInst) |
| HRESULT WINAPI | INetCfgComponent_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv, NetCfgComponentItem *pItem, INetCfg *iface) |
| HRESULT WINAPI | IEnumNetCfgComponent_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv, NetCfgComponentItem *pItem, INetCfg *iface) |
| HRESULT WINAPI | TcpipConfigNotify_Constructor (IUnknown *pUnkOuter, REFIID riid, LPVOID *ppv) |
Variables |
| HINSTANCE | netcfgx_hInstance |
| const GUID | CLSID_TcpipConfigNotifyObject |