Changeset 85314 in vbox for trunk/include
- Timestamp:
- Jul 13, 2020 5:24:18 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r85308 r85314 1284 1284 * @returns S_OK or E_OUTOFMEMORY (COM status codes). 1285 1285 */ 1286 HRESULT cloneToEx(BSTR *pbstr) const 1287 { 1288 if (!pbstr) 1289 return S_OK; 1290 Bstr bstr(*this); 1291 return bstr.detachToEx(pbstr); 1292 } 1286 HRESULT cloneToEx(BSTR *pbstr) const RT_NOEXCEPT; 1293 1287 1294 1288 /**
Note:
See TracChangeset
for help on using the changeset viewer.