Changeset 80593 in vbox for trunk/include
- Timestamp:
- Sep 4, 2019 6:39:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmstorageifs.h
r80589 r80593 950 950 * @param cbCdb Size of the CDB in bytes. 951 951 * @param enmTxDir Direction of transfer. 952 * @param penmTxDir 952 * @param penmTxDirRet Where to store the transfer direction as parsed from the CDB, optional. 953 953 * @param cbBuf Size of the transfer buffer. 954 954 * @param pabSense Where to store the optional sense key. 955 955 * @param cbSense Size of the sense key buffer. 956 * @param pcbSense 956 * @param pcbSenseRet Where to store the amount of sense data written, optional. 957 957 * @param pu8ScsiSts Where to store the SCSI status on success. 958 958 * @param cTimeoutMillies Command timeout in milliseconds.
Note:
See TracChangeset
for help on using the changeset viewer.