Changeset 33205 in vbox
- Timestamp:
- Oct 18, 2010 2:58:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD.h
r33182 r33205 627 627 * @param pvBuffer Pointer to the bits need to be written. 628 628 * @param cbBuffer How many bytes to write. 629 * @param pcbWritten Where to store how many bytes w here actually written.629 * @param pcbWritten Where to store how many bytes were actually written. 630 630 */ 631 631 DECLR3CALLBACKMEMBER(int, pfnWriteSync, (void *pvUser, void *pStorage, uint64_t uOffset, … … 641 641 * @param pvBuffer Where to store the read bits. 642 642 * @param cbBuffer How many bytes to read. 643 * @param pcbRead Where to store how many bytes w here actually read.643 * @param pcbRead Where to store how many bytes were actually read. 644 644 */ 645 645 DECLR3CALLBACKMEMBER(int, pfnReadSync, (void *pvUser, void *pStorage, uint64_t uOffset, … … 1702 1702 * @param pvBuffer Pointer to the bits need to be written. 1703 1703 * @param cbBuffer How many bytes to write. 1704 * @param pcbWritten Where to store how many bytes w here actually written.1704 * @param pcbWritten Where to store how many bytes were actually written. 1705 1705 * 1706 1706 * @notes Do not use in code called from the async read/write entry points in the backends. … … 1720 1720 * @param pvBuffer Where to store the read bits. 1721 1721 * @param cbBuffer How many bytes to read. 1722 * @param pcbRead Where to store how many bytes w here actually read.1722 * @param pcbRead Where to store how many bytes were actually read. 1723 1723 * 1724 1724 * @notes See pfnWriteSync()
Note:
See TracChangeset
for help on using the changeset viewer.