Changeset 94778 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 2, 2022 10:51:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayUtils.h
r94773 r94778 24 24 #include "VBox/com/string.h" 25 25 26 #include "CryptoUtils.h" 27 26 28 using namespace com; 27 29 … … 33 35 #define sSSMDisplayVer5 0x00010005 34 36 35 int readSavedGuestScreenInfo( const Utf8Str &strStateFilePath, uint32_t u32ScreenId,36 uint32_t *pu32OriginX, uint32_t *pu32OriginY,37 int readSavedGuestScreenInfo(SsmStream &ssmStream, const Utf8Str &strStateFilePath, 38 uint32_t u32ScreenId, uint32_t *pu32OriginX, uint32_t *pu32OriginY, 37 39 uint32_t *pu32Width, uint32_t *pu32Height, uint16_t *pu16Flags); 38 40 39 int readSavedDisplayScreenshot(const Utf8Str &strStateFilePath, uint32_t u32Type, uint8_t **ppu8Data, 40 uint32_t *pcbData, uint32_t *pu32Width, uint32_t *pu32Height); 41 int readSavedDisplayScreenshot(SsmStream &ssmStream, const Utf8Str &strStateFilePath, 42 uint32_t u32Type, uint8_t **ppu8Data, uint32_t *pcbData, 43 uint32_t *pu32Width, uint32_t *pu32Height); 41 44 void freeSavedDisplayScreenshot(uint8_t *pu8Data); 42 45
Note:
See TracChangeset
for help on using the changeset viewer.