VirtualBox

Ignore:
Timestamp:
Jun 23, 2009 10:40:53 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48951
Message:

Main: prototyped screenshot usable for scripting languages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/DisplayImpl.cpp

    r20224 r20814  
    15861586    return rc;
    15871587}
     1588
     1589STDMETHODIMP Display::TakeScreenShotSlow (ULONG width, ULONG height,
     1590                                          ComSafeArrayOut (BYTE, aScreenData))
     1591{
     1592     HRESULT rc = S_OK;
     1593
     1594     rc = setError (E_NOTIMPL, tr ("This feature is not implemented"));
     1595     
     1596     return rc;
     1597}
     1598
    15881599
    15891600STDMETHODIMP Display::DrawToScreen (BYTE *address, ULONG x, ULONG y,
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