VirtualBox

source: vbox/trunk/include/VBox/VBoxNetCfg-win.h@ 73768

Last change on this file since 73768 was 69107, checked in by vboxsync, 7 years ago

include/VBox/: (C) year

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 5.6 KB
Line 
1/* $Id: VBoxNetCfg-win.h 69107 2017-10-17 10:53:48Z vboxsync $ */
2/** @file
3 * Network Configuration API for Windows platforms.
4 */
5
6/*
7 * Copyright (C) 2011-2017 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 *
17 * The contents of this file may alternatively be used under the terms
18 * of the Common Development and Distribution License Version 1.0
19 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
20 * VirtualBox OSE distribution, in which case the provisions of the
21 * CDDL are applicable instead of those of the GPL.
22 *
23 * You may elect to license modified versions of this file under the
24 * terms and conditions of either the GPL or the CDDL or both.
25 */
26
27#ifndef ___VBox_VBoxNetCfg_win_h
28#define ___VBox_VBoxNetCfg_win_h
29
30/*
31 * Defining VBOXNETCFG_DELAYEDRENAME postpones renaming of host-only adapter
32 * connection during adapter creation after it has been assigned with an
33 * IP address. This hopefully prevents collisions that may happen when we
34 * attempt to rename a connection too early, while its configuration is
35 * still being 'committed' by the network setup engine.
36 */
37#define VBOXNETCFG_DELAYEDRENAME
38
39#include <iprt/win/winsock2.h>
40#include <iprt/win/windows.h>
41#include <Netcfgn.h>
42#include <iprt/win/Setupapi.h>
43#include <VBox/cdefs.h>
44#include <iprt/types.h>
45
46/** @defgroup grp_vboxnetcfgwin The Windows Network Configration Library
47 * @{ */
48
49/** @def VBOXNETCFGWIN_DECL
50 * The usual declaration wrapper.
51 */
52#if 0
53/* enable this in case we include this in a dll*/
54# ifdef IN_VBOXDDU
55# define VBOXNETCFGWIN_DECL(a_Type) DECLEXPORT(a_Type)
56# else
57# define VBOXNETCFGWIN_DECL(a_Type) DECLIMPORT(a_Type)
58# endif
59#else
60/*enable this in case we include this in a static lib*/
61# define VBOXNETCFGWIN_DECL(a_Type) a_Type VBOXCALL
62#endif
63
64RT_C_DECLS_BEGIN
65
66VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinQueryINetCfg(OUT INetCfg **ppNetCfg,
67 IN BOOL fGetWriteLock,
68 IN LPCWSTR pszwClientDescription,
69 IN DWORD cmsTimeout,
70 OUT LPWSTR *ppszwClientDescription);
71VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinReleaseINetCfg(IN INetCfg *pNetCfg, IN BOOL fHasWriteLock);
72VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinGetComponentByGuid(IN INetCfg *pNc, IN const GUID *pguidClass,
73 IN const GUID * pComponentGuid, OUT INetCfgComponent **ppncc);
74
75VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetFltInstall(IN INetCfg *pNc, IN LPCWSTR const * apInfFullPaths, IN UINT cInfFullPaths);
76VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetFltUninstall(IN INetCfg *pNc);
77VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetLwfInstall(IN INetCfg *pNc, IN LPCWSTR const pInfFullPath);
78VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetLwfUninstall(IN INetCfg *pNc);
79
80VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetAdpUninstall(IN INetCfg *pNc, IN LPCWSTR pwszId);
81VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinNetAdpInstall(IN INetCfg *pNc,IN LPCWSTR const pInfFullPath);
82
83#ifndef VBOXNETCFG_DELAYEDRENAME
84VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinCreateHostOnlyNetworkInterface(IN LPCWSTR pInfPath, IN bool bIsInfPathFile,
85 OUT GUID *pGuid, OUT BSTR *lppszName,
86 OUT BSTR *pErrMsg);
87#else /* VBOXNETCFG_DELAYEDRENAME */
88VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinCreateHostOnlyNetworkInterface(IN LPCWSTR pInfPath, IN bool bIsInfPathFile,
89 OUT GUID *pGuid, OUT BSTR *lppszId,
90 OUT BSTR *pErrMsg);
91VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinRenameHostOnlyConnection(IN const GUID *pGuid, IN LPCWSTR pszId, OUT BSTR *pDevName);
92#endif /* VBOXNETCFG_DELAYEDRENAME */
93VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinUpdateHostOnlyNetworkInterface(LPCWSTR pcsxwInf, BOOL *pbRebootRequired, LPCWSTR pcsxwId);
94VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinRemoveHostOnlyNetworkInterface(IN const GUID *pGUID, OUT BSTR *pErrMsg);
95VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinRemoveAllNetDevicesOfId(IN LPCWSTR lpszPnPId);
96
97typedef enum
98{
99 VBOXNECTFGWINPROPCHANGE_TYPE_UNDEFINED = 0,
100 VBOXNECTFGWINPROPCHANGE_TYPE_DISABLE,
101 VBOXNECTFGWINPROPCHANGE_TYPE_ENABLE
102} VBOXNECTFGWINPROPCHANGE_TYPE;
103
104VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinPropChangeAllNetDevicesOfId(IN LPCWSTR lpszPnPId, VBOXNECTFGWINPROPCHANGE_TYPE enmPcType);
105
106VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinGenHostOnlyNetworkNetworkIp(OUT PULONG pNetIp, OUT PULONG pNetMask);
107
108typedef struct ADAPTER_SETTINGS
109{
110 ULONG ip;
111 ULONG mask;
112 BOOL bDhcp;
113} ADAPTER_SETTINGS, *PADAPTER_SETTINGS; /**< I'm not prefixed */
114
115VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinEnableStaticIpConfig(IN const GUID *pGuid, IN ULONG ip, IN ULONG mask);
116VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinGetAdapterSettings(IN const GUID * pGuid, OUT PADAPTER_SETTINGS pSettings);
117VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinEnableDynamicIpConfig(IN const GUID *pGuid);
118VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinDhcpRediscover(IN const GUID *pGuid);
119
120
121typedef VOID (*LOG_ROUTINE)(LPCSTR szString); /**< I'm not prefixed. */
122VBOXNETCFGWIN_DECL(VOID) VBoxNetCfgWinSetLogging(IN LOG_ROUTINE pfnLog);
123
124RT_C_DECLS_END
125
126/** @} */
127
128#endif
129
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use