Changeset 67343 in vbox for trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
- Timestamp:
- Jun 12, 2017 5:15:32 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116060
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomakercmd.cpp
r67341 r67343 704 704 705 705 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 */ 706 720 RTDECL(int) RTFsIsoMakerCmdEx(unsigned cArgs, char **papszArgs, PRTVFSFILE phVfsFile, PRTERRINFO pErrInfo) 707 721 { … … 826 840 827 841 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 */ 828 849 RTDECL(RTEXITCODE) RTFsIsoMakerCmd(unsigned cArgs, char **papszArgs) 829 850 {
Note:
See TracChangeset
for help on using the changeset viewer.