- Timestamp:
- Sep 6, 2018 8:11:46 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbinarystring.h
r74126 r74128 167 167 * will drop any previously registered consumer callback and its user data. 168 168 * 169 * @param a_cbMax Maximum number of bytes to download to memory.170 * If 0, a default is selected (currently 32MiB for171 * 32-bit hosts and 128MiB for 64-bit).169 * @param a_cbMaxDownload Maximum number of bytes to download to memory. 170 * If 0, a default is selected (currently 32MiB for 171 * 32-bit hosts and 128MiB for 64-bit). 172 172 */ 173 173 void setMaxDownloadSize(size_t a_cbMaxDownload); … … 272 272 }; 273 273 274 /** @} */ 275 274 276 #endif 275 277
Note:
See TracChangeset
for help on using the changeset viewer.