Changeset 84287 in vbox for trunk/include
- Timestamp:
- May 13, 2020 1:59:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/string.h
r82968 r84287 661 661 662 662 663 /** @name BASE64 related methods 664 * @{ */ 665 /** 666 * Encodes the give data as BASE64. 667 * 668 * @returns S_OK or E_OUTOFMEMORY. 669 * @param pvData Pointer to the data to encode. 670 * @param cbData Number of bytes to encode. 671 * @param fLineBreaks Whether to add line breaks (true) or just encode it 672 * as a continuous string. 673 */ 674 HRESULT base64Encode(const void *pvData, size_t cbData, bool fLineBreaks = false); 675 /** @} */ 676 663 677 #if defined(VBOX_WITH_XPCOM) 664 678 /**
Note:
See TracChangeset
for help on using the changeset viewer.