Changeset 20814 in vbox for trunk/src/VBox/Main/include
- 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/include/DisplayImpl.h
r20021 r20814 240 240 STDMETHOD(SetVideoModeHint)(ULONG width, ULONG height, ULONG bitsPerPixel, ULONG display); 241 241 STDMETHOD(TakeScreenShot)(BYTE *address, ULONG width, ULONG height); 242 STDMETHOD(TakeScreenShotSlow)(ULONG width, ULONG height, ComSafeArrayOut(BYTE, aScreenData)); 242 243 STDMETHOD(DrawToScreen)(BYTE *address, ULONG x, ULONG y, ULONG width, ULONG height); 243 244 STDMETHOD(InvalidateAndUpdate)();
Note:
See TracChangeset
for help on using the changeset viewer.