Changeset 48854 in vbox for trunk/include/VBox
- Timestamp:
- Oct 3, 2013 9:48:48 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-ifs.h
r48849 r48854 630 630 * 631 631 * @return VBox status code. 632 * @param pVDIfs Io Pointer to the VD I/O interface.632 * @param pVDIfs List of VD I/O interface we can use. 633 633 * @param pvStorage The storage argument to pass to the interface 634 634 * methods. … … 636 636 * @param phVfsFile Where to return the VFS file handle on success. 637 637 */ 638 VBOXDDU_DECL(int) VDIfCreateVfsFile(PVDINTERFACE IO pVDIfsIo, void *pvStorage, uint32_t fFlags, PRTVFSFILE phVfsFile);638 VBOXDDU_DECL(int) VDIfCreateVfsFile(PVDINTERFACE pVDIfs, void *pvStorage, uint32_t fFlags, PRTVFSFILE phVfsFile); 639 639 640 640
Note:
See TracChangeset
for help on using the changeset viewer.