VirtualBox

Ignore:
Timestamp:
Nov 8, 2018 3:50:17 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126447
Message:

Recording: Added a read-only ID attribute to ICaptureScreenSettings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/CaptureScreenSettingsImpl.cpp

    r75324 r75326  
    243243}
    244244
     245HRESULT CaptureScreenSettings::getId(ULONG *id)
     246{
     247    AutoCaller autoCaller(this);
     248    if (FAILED(autoCaller.rc())) return autoCaller.rc();
     249
     250    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
     251
     252    *id = m->uScreenId;
     253
     254    return S_OK;
     255}
     256
    245257HRESULT CaptureScreenSettings::getEnabled(BOOL *enabled)
    246258{
Note: See TracChangeset for help on using the changeset viewer.

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