Changeset 67427 in vbox for trunk/include/iprt/fsisomaker.h
- Timestamp:
- Jun 15, 2017 2:18:47 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/fsisomaker.h
r67370 r67427 116 116 117 117 /** 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 */ 131 RTDECL(int) RTFsIsoMakerSetSysAreaContent(RTFSISOMAKER hIsoMaker, void const *pvContent, size_t cbContent, uint32_t off); 132 133 /** 118 134 * Resolves a path into a object ID. 119 135 *
Note:
See TracChangeset
for help on using the changeset viewer.