Changeset 35429 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 7, 2011 2:42:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/HostImpl.h
r33540 r35429 109 109 110 110 HRESULT getDrives(DeviceType_T mediumType, bool fRefresh, MediaList *&pll); 111 HRESULT findHostDrive(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium); 111 HRESULT findHostDriveById(DeviceType_T mediumType, const Guid &uuid, bool fRefresh, ComObjPtr<Medium> &pMedium); 112 HRESULT findHostDriveByName(DeviceType_T mediumType, const Utf8Str &strLocationFull, bool fRefresh, ComObjPtr<Medium> &pMedium); 112 113 113 114 #ifdef VBOX_WITH_USB
Note:
See TracChangeset
for help on using the changeset viewer.