Changeset 29354 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 11, 2010 1:44:25 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61459
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r29309 r29354 499 499 STDMETHOD(GetStorageControllerByName(IN_BSTR aName, IStorageController **storageController)); 500 500 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)); 505 505 STDMETHOD(HotPlugCPU(ULONG aCpu)); 506 506 STDMETHOD(HotUnplugCPU(ULONG aCpu));
Note:
See TracChangeset
for help on using the changeset viewer.