Changeset 40258 in vbox for trunk/include/VBox
- Timestamp:
- Feb 27, 2012 9:48:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd.h
r39798 r40258 470 470 * If container has opened image files they will be closed. 471 471 * 472 * @param pDisk Pointer to HDD container. 473 */ 474 VBOXDDU_DECL(void) VDDestroy(PVBOXHDD pDisk); 472 * @return VBox status code. 473 * @param pDisk Pointer to HDD container. 474 */ 475 VBOXDDU_DECL(int) VDDestroy(PVBOXHDD pDisk); 475 476 476 477 /**
Note:
See TracChangeset
for help on using the changeset viewer.