Changeset 53062 in vbox for trunk/src/VBox/Main/include/MachineImpl.h
- Timestamp:
- Oct 15, 2014 12:34:18 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 96564
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r52958 r53062 1144 1144 BOOL *aMatched, 1145 1145 ULONG *aMaskedInterfaces); 1146 HRESULT captureUSBDevice(const com::Guid &aId );1146 HRESULT captureUSBDevice(const com::Guid &aId, const com::Utf8Str &aCaptureFilename); 1147 1147 HRESULT detachUSBDevice(const com::Guid &aId, 1148 1148 BOOL aDone); … … 1285 1285 HRESULT i_onUSBDeviceAttach(IUSBDevice *aDevice, 1286 1286 IVirtualBoxErrorInfo *aError, 1287 ULONG aMaskedIfs); 1287 ULONG aMaskedIfs, 1288 const com::Utf8Str &aCaptureFilename); 1288 1289 HRESULT i_onUSBDeviceDetach(IN_BSTR aId, 1289 1290 IVirtualBoxErrorInfo *aError); … … 1315 1316 BOOL *aMatched, 1316 1317 ULONG *aMaskedInterfaces); 1317 HRESULT captureUSBDevice(const com::Guid &aId );1318 HRESULT captureUSBDevice(const com::Guid &aId, const com::Utf8Str &aCaptureFilename); 1318 1319 HRESULT detachUSBDevice(const com::Guid &aId, 1319 1320 BOOL aDone);
Note:
See TracChangeset
for help on using the changeset viewer.