VirtualBox

Changeset 67427 in vbox for trunk/include/iprt/fsisomaker.h


Ignore:
Timestamp:
Jun 15, 2017 2:18:47 PM (7 years ago)
Author:
vboxsync
Message:

IPRT: More ISO maker code (booting related).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/fsisomaker.h

    r67370 r67427  
    116116
    117117/**
     118 * Sets the content of the system area, i.e. the first 32KB of the image.
     119 *
     120 * This can be used to put generic boot related stuff.
     121 *
     122 * @note    Other settings may overwrite parts of the content (yet to be
     123 *          determined which).
     124 *
     125 * @returns IPRT status code
     126 * @param   hIsoMaker           The ISO maker handle.
     127 * @param   pvContent           The content to put in the system area.
     128 * @param   cbContent           The size of the content.
     129 * @param   off                 The offset into the system area.
     130 */
     131RTDECL(int) RTFsIsoMakerSetSysAreaContent(RTFSISOMAKER hIsoMaker, void const *pvContent, size_t cbContent, uint32_t off);
     132
     133/**
    118134 * Resolves a path into a object ID.
    119135 *
Note: See TracChangeset for help on using the changeset viewer.

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