Changeset 77607 in vbox
- Timestamp:
- Mar 8, 2019 3:26:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDI.cpp
r77606 r77607 547 547 * 548 548 * @returns VBox status code. 549 * @param pImage The VDI image descriptor. 550 * @param uImageFlags Image flags. 551 * @param pszComment The comment for the image (optional). 552 * @param cbSize Size of the resulting image in bytes. 553 * @param cbDataAlign Data alignment in bytes. 554 * @param pPCHSGeometry Physical CHS geometry for the image. 555 * @param pLCHSGeometry Logical CHS geometry for the image. 549 * @param pImage The VDI image descriptor. 550 * @param uImageFlags Image flags. 551 * @param pszComment The comment for the image (optional). 552 * @param cbSize Size of the resulting image in bytes. 553 * @param cbAllocationBlock Size of blocks allocated 554 * @param cbDataAlign Data alignment in bytes. 555 * @param pPCHSGeometry Physical CHS geometry for the image. 556 * @param pLCHSGeometry Logical CHS geometry for the image. 556 557 */ 557 558 static int vdiSetupImageState(PVDIIMAGEDESC pImage, unsigned uImageFlags, const char *pszComment,
Note:
See TracChangeset
for help on using the changeset viewer.