Changeset 84203 in vbox for trunk/include
- Timestamp:
- May 8, 2020 11:28:35 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/zip.h
r84192 r84203 311 311 * another one is retained. 312 312 * @param enmFormat The desired output format. 313 * @param fFlags RTZIPTAR_C_XXX .313 * @param fFlags RTZIPTAR_C_XXX, except RTZIPTAR_C_UPDATE. 314 314 * @param phVfsFss Where to return the handle to the TAR 315 315 * filesystem stream. … … 331 331 332 332 /** 333 * Opens a TAR filesystem stream for the purpose of create a new TAR archive or 334 * updating an existing one. 335 * 336 * @returns IPRT status code. 337 * 338 * @param hVfsFileOut The TAR file handle, i.e. where the tar stuff is 339 * written and optionally read/update. The 340 * reference is not consumed, instead another one 341 * is retained. 342 * @param enmFormat The desired output format. 343 * @param fFlags RTZIPTAR_C_XXX. 344 * @param phVfsFss Where to return the handle to the TAR 345 * filesystem stream. 346 */ 347 RTDECL(int) RTZipTarFsStreamForFile(RTVFSFILE hVfsFile, RTZIPTARFORMAT enmFormat, uint32_t fFlags, PRTVFSFSSTREAM phVfsFss); 348 349 /** 333 350 * Set the owner to store the archive entries with. 334 351 *
Note:
See TracChangeset
for help on using the changeset viewer.