Changeset 21796 in vbox for trunk/src/VBox/Main/DisplayImpl.cpp
- Timestamp:
- Jul 25, 2009 11:22:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50399
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/DisplayImpl.cpp
r20814 r21796 1587 1587 } 1588 1588 1589 STDMETHODIMP Display::TakeScreenShotSlow (ULONG width, ULONG height, 1589 STDMETHODIMP Display::TakeScreenShotSlow (ULONG width, ULONG height, 1590 1590 ComSafeArrayOut (BYTE, aScreenData)) 1591 1591 { … … 1593 1593 1594 1594 rc = setError (E_NOTIMPL, tr ("This feature is not implemented")); 1595 1595 1596 1596 return rc; 1597 1597 }
Note:
See TracChangeset
for help on using the changeset viewer.