- Timestamp:
- Jun 18, 2010 8:37:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl.cpp
r30289 r30300 7842 7842 { 7843 7843 ComPtr<IStorageController> controller; 7844 B STRcontrollerName;7844 Bstr controllerName; 7845 7845 ULONG lInstance; 7846 7846 StorageControllerType_T enmController; … … 7853 7853 * so we have to query needed values here and pass them. 7854 7854 */ 7855 rc = atts[i]->COMGETTER(Controller)( &controllerName);7855 rc = atts[i]->COMGETTER(Controller)(controllerName.asOutParam()); 7856 7856 if (FAILED(rc)) 7857 7857 throw rc;
Note:
See TracChangeset
for help on using the changeset viewer.