Changeset 74428 in vbox
- Timestamp:
- Sep 23, 2018 4:11:44 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 125263
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restclient.h
r74425 r74428 301 301 size_t m_cbMaxDownload; 302 302 303 /** @copydoc FNRTHTTPDOWNLOADCALLBACK .*/303 /** @copydoc FNRTHTTPDOWNLOADCALLBACK */ 304 304 static DECLCALLBACK(int) receiveHttpCallback(RTHTTP hHttp, void const *pvBuf, size_t cbBuf, uint32_t uHttpStatus, 305 305 uint64_t offContent, uint64_t cbContent, void *pvUser) RT_NOEXCEPT;
Note:
See TracChangeset
for help on using the changeset viewer.