VirtualBox

Ignore:
Timestamp:
Dec 3, 2018 9:52:50 PM (6 years ago)
Author:
vboxsync
Message:

Main,Frontends: s/FileName/Filename/g (API); Took a shot a completing the code for populating IGuestFsObjInfo. bugref:9320

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r75737 r75926  
    69436943        AssertComRCReturn(hrc, VERR_INVALID_PARAMETER);
    69446944        Bstr bstrTemp;
    6945         hrc = pRecordScreenSettings->COMGETTER(FileName)(bstrTemp.asOutParam());
     6945        hrc = pRecordScreenSettings->COMGETTER(Filename)(bstrTemp.asOutParam());
    69466946        AssertComRCReturn(hrc, VERR_INVALID_PARAMETER);
    69476947        RecordScreenSettings.File.strName = bstrTemp;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette