Changeset 27977 in vbox for trunk/include
- Timestamp:
- Apr 4, 2010 7:21:59 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59683
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD.h
r27976 r27977 459 459 * @return VBox status code. 460 460 * @param pvUser Opaque user data which is passed on request submission. 461 * @param ppvCaller Where to store the opaque user data the caller of 462 * VDAsyncRead or VDAsyncWrite passed. 463 */ 464 typedef DECLCALLBACK(int) FNVDCOMPLETED(void *pvUser, void **ppvCaller); 461 */ 462 typedef DECLCALLBACK(int) FNVDCOMPLETED(void *pvUser); 465 463 /** Pointer to FNVDCOMPLETED() */ 466 464 typedef FNVDCOMPLETED *PFNVDCOMPLETED;
Note:
See TracChangeset
for help on using the changeset viewer.