Changeset 93526 in vbox
- Timestamp:
- Feb 1, 2022 10:34:20 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149653
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedImpl.cpp
r93525 r93526 427 427 /** 428 428 * Parses XML Node assuming a structure as follows 429 * @verbatim 429 430 * <VERSION> 430 431 * <MAJOR>10</MAJOR> … … 433 434 * ...... 434 435 * </VERSION> 436 * @endverbatim 435 437 * @param pNode Points to the vesion XML node, 436 438 * @param image Out reference to an WIMImage instance. … … 463 465 /** 464 466 * Parses XML tree assuming th following structure 467 * @verbatim 465 468 * <WIM> 466 469 * .... … … 473 476 * </IMAGE> 474 477 * </WIM> 478 * @endverbatim 475 479 * 476 480 * @param pElmRoot Pointer to the root node of the tree,
Note:
See TracChangeset
for help on using the changeset viewer.