Changeset 25645 in vbox for trunk/src/VBox/Runtime/r3/xml.cpp
- Timestamp:
- Jan 5, 2010 9:29:31 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56352
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/xml.cpp
r25348 r25645 731 731 * 732 732 * @param pcszMatch name of attribute to find. 733 * @param strout: attribute value733 * @param ppcsz out: attribute value 734 734 * @return TRUE if attribute was found and str was thus updated. 735 735 */ … … 856 856 * 857 857 * @param pcszMatch name of attribute to find. 858 * @param iout: attribute value; overwritten only if attribute was found858 * @param f out: attribute value; overwritten only if attribute was found 859 859 * @return TRUE if attribute was found and str was thus updated. 860 860 */ … … 921 921 * in "this". 922 922 * 923 * @param pcsz ElementName923 * @param pcszContent 924 924 * @return 925 925 */ … … 1078 1078 * ...; 1079 1079 * </code> 1080 * @param node1081 * @param pcszMatch1082 1080 * @return 1083 1081 */ … … 1321 1319 * The document that is passed in will be reset before being filled if not empty. 1322 1320 * 1323 * @param pcszFilename in: name fo file to parse.1321 * @param strFilename in: name fo file to parse. 1324 1322 * @param doc out: document to be reset and filled with data according to file contents. 1325 1323 */
Note:
See TracChangeset
for help on using the changeset viewer.