Changeset 43694 in vbox for trunk/include
- Timestamp:
- Oct 22, 2012 9:37:50 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 81542
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vscsi.h
r43640 r43694 122 122 123 123 /** 124 * Set the lock state of the underlying medium. 125 * 126 * @returns VBox status status code. 127 * @param hVScsiLun Virtual SCSI LUN handle. 128 * @param pvScsiLunUser Opaque user data which may 129 * be used to identify the medium. 130 * @param fLocked New lock state (locked/unlocked). 131 */ 132 DECLR3CALLBACKMEMBER(int, pfnVScsiLunMediumSetLock, (VSCSILUN hVScsiLun, 133 void *pvScsiLunUser, 134 bool fLocked)); 135 /** 124 136 * Enqueue a read or write request from the medium. 125 137 *
Note:
See TracChangeset
for help on using the changeset viewer.