VirtualBox

Changeset 29354 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
May 11, 2010 1:44:25 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
61459
Message:

Main: Make API change to query saved screenshots of any configured monitor in a snapshot. Not implemented, yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MachineImpl.h

    r29309 r29354  
    499499    STDMETHOD(GetStorageControllerByName(IN_BSTR aName, IStorageController **storageController));
    500500    STDMETHOD(GetStorageControllerByInstance(ULONG aInstance, IStorageController **storageController));
    501     STDMETHOD(QuerySavedThumbnailSize)(ULONG *aSize, ULONG *aWidth, ULONG *aHeight);
    502     STDMETHOD(ReadSavedThumbnailToArray)(BOOL aBGR, ULONG *aWidth, ULONG *aHeight, ComSafeArrayOut(BYTE, aData));
    503     STDMETHOD(QuerySavedScreenshotPNGSize)(ULONG *aSize, ULONG *aWidth, ULONG *aHeight);
    504     STDMETHOD(ReadSavedScreenshotPNGToArray)(ULONG *aWidth, ULONG *aHeight, ComSafeArrayOut(BYTE, aData));
     501    STDMETHOD(QuerySavedThumbnailSize)(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight);
     502    STDMETHOD(ReadSavedThumbnailToArray)(ULONG aScreenId, BOOL aBGR, ULONG *aWidth, ULONG *aHeight, ComSafeArrayOut(BYTE, aData));
     503    STDMETHOD(QuerySavedScreenshotPNGSize)(ULONG aScreenId, ULONG *aSize, ULONG *aWidth, ULONG *aHeight);
     504    STDMETHOD(ReadSavedScreenshotPNGToArray)(ULONG aScreenId, ULONG *aWidth, ULONG *aHeight, ComSafeArrayOut(BYTE, aData));
    505505    STDMETHOD(HotPlugCPU(ULONG aCpu));
    506506    STDMETHOD(HotUnplugCPU(ULONG aCpu));
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