Changeset 105726 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Aug 19, 2024 2:05:15 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r105605 r105726 103 103 struct VUSBIRHCONFIG; 104 104 typedef struct VUSBIRHCONFIG *PVUSBIRHCONFIG; 105 106 struct PDMINETWORKNATDNSCONFIG; 105 107 106 108 #include <list> … … 437 439 HRESULT clearAllEncryptionPasswords(); 438 440 439 void notifyNatDnsChange(PUVM pUVM, PCVMMR3VTABLE pVMM, const char *pszDevice, ULONG ulInstanceMax); 441 void notifyNatDnsChange(PUVM pUVM, PCVMMR3VTABLE pVMM, const char *pszDevice, ULONG ulInstanceMax, 442 struct PDMINETWORKNATDNSCONFIG const *pDnsConfig); 440 443 Utf8Str VRDPServerErrorToMsg(int vrc); 441 444
Note:
See TracChangeset
for help on using the changeset viewer.