VirtualBox

Ignore:
Timestamp:
Jun 12, 2017 5:15:32 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116060
Message:

IPRT: More ISO maker code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp

    r67341 r67343  
    704704
    705705
     706/**
     707 * Extended ISO maker command.
     708 *
     709 * This can be used as a ISO maker command that produces a image file, or
     710 * alternatively for setting up a virtual ISO in memory.
     711 *
     712 * @returns IPRT status code
     713 * @param   cArgs               Number of arguments.
     714 * @param   papszArgs           Pointer to argument array.
     715 * @param   phVfsFile           Where to return the virtual ISO.  Pass NULL to
     716 *                              for normal operation (creates file on disk).
     717 * @param   pErrInfo            Where to return extended error information in
     718 *                              the virtual ISO mode.
     719 */
    706720RTDECL(int) RTFsIsoMakerCmdEx(unsigned cArgs, char **papszArgs, PRTVFSFILE phVfsFile, PRTERRINFO pErrInfo)
    707721{
     
    826840
    827841
     842/**
     843 * ISO maker command (creates image file on disk).
     844 *
     845 * @returns IPRT status code
     846 * @param   cArgs               Number of arguments.
     847 * @param   papszArgs           Pointer to argument array.
     848 */
    828849RTDECL(RTEXITCODE) RTFsIsoMakerCmd(unsigned cArgs, char **papszArgs)
    829850{
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette