Changeset 58106 in vbox for trunk/include/VBox/vd-ifs-internal.h
- Timestamp:
- Oct 7, 2015 5:07:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103197
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd-ifs-internal.h
r56291 r58106 129 129 * @param pszLocation Name of the location to open. 130 130 * @param fOpen Flags for opening the backend. 131 * See RTFILE_O_* #defines, inventing another set131 * See RTFILE_O_* \#defines, inventing another set 132 132 * of open flags is not worth the mapping effort. 133 133 * @param ppStorage Where to store the storage handle. … … 256 256 * @param pvCompleteUser Opaque user data passed in the completion callback. 257 257 * 258 * @note sIf pIoCtx is NULL the metadata read is handled synchronously259 * i.e. the call returns only if the data is available in the given260 * buffer. ppMetaXfer, pfnCompleted and pvCompleteUser are ignored in that case.261 * Use the synchronous version only when opening/closing the image262 * or when doing certain operations like resizing, compacting or repairing263 * the disk.258 * @note If pIoCtx is NULL the metadata read is handled synchronously 259 * i.e. the call returns only if the data is available in the given 260 * buffer. ppMetaXfer, pfnCompleted and pvCompleteUser are ignored in that case. 261 * Use the synchronous version only when opening/closing the image 262 * or when doing certain operations like resizing, compacting or repairing 263 * the disk. 264 264 */ 265 265 DECLR3CALLBACKMEMBER(int, pfnReadMeta, (void *pvUser, PVDIOSTORAGE pStorage, … … 283 283 * @param pvCompleteUser Opaque user data passed in the completion callback. 284 284 * 285 * @ notes See pfnReadMeta().285 * @sa VDINTERFACEIOINT::pfnReadMeta 286 286 */ 287 287 DECLR3CALLBACKMEMBER(int, pfnWriteMeta, (void *pvUser, PVDIOSTORAGE pStorage, … … 311 311 * @param pvCompleteUser Opaque user data passed in the completion callback. 312 312 * 313 * @ notes See pfnReadMeta().313 * @sa VDINTERFACEIOINT::pfnReadMeta 314 314 */ 315 315 DECLR3CALLBACKMEMBER(int, pfnFlush, (void *pvUser, PVDIOSTORAGE pStorage,
Note:
See TracChangeset
for help on using the changeset viewer.