Changeset 20814 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Jun 23, 2009 10:40:53 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48951
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r20224 r20814 1586 1586 return rc; 1587 1587 } 1588 1589 STDMETHODIMP 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 1588 1599 1589 1600 STDMETHODIMP Display::DrawToScreen (BYTE *address, ULONG x, ULONG y,
Note:
See TracChangeset
for help on using the changeset viewer.