Changeset 25439 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Dec 16, 2009 4:53:43 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56089
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp
r25385 r25439 1058 1058 1059 1059 return hr; 1060 } 1061 1062 VBOXNETCFGWIN_DECL(HRESULT) VBoxNetCfgWinInstallInf(IN LPCWSTR pInfFullPath) 1063 { 1064 return vboxNetCfgWinCopyInf(pInfFullPath); 1060 1065 } 1061 1066 … … 2834 2839 if (SUCCEEDED(hrc)) 2835 2840 { 2836 // Bstr str(DevName);2837 // str.detachTo(pName);2838 2841 WCHAR ConnectoinName[128]; 2839 2842 ULONG cbName = sizeof(ConnectoinName);
Note:
See TracChangeset
for help on using the changeset viewer.