Changeset 24098 in vbox for trunk/include/VBox
- Timestamp:
- Oct 26, 2009 11:22:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r23185 r24098 2556 2556 * 2557 2557 * @returns VBox status code. 2558 * @param pInterface Pointer to this interface.2559 * @param pSCSIRequest Pointer to the SCSI request to execute.2558 * @param pInterface Pointer to this interface. 2559 * @param pSCSIRequest Pointer to the SCSI request to execute. 2560 2560 */ 2561 2561 DECLR3CALLBACKMEMBER(int, pfnSCSIRequestSend, (PPDMISCSICONNECTOR pInterface, PPDMSCSIREQUEST pSCSIRequest)); 2562 2563 /** 2564 * Wait for all current requests to complete. 2565 * 2566 * This can only be called while the VM is running. 2567 * 2568 * @returns VINF_SUCCESS, VERR_NO_MEMORY, VERR_INVALID_STATE or VERR_TIMEOUT. 2569 * @param pInterface Pointer to this interface. 2570 * @param cMillies The timeout in milliseconds or RT_INDEFINITE_WAIT. 2571 */ 2572 DECLR3CALLBACKMEMBER(int, pfnSyncronizeRequests, (PPDMISCSICONNECTOR pInterface, uint32_t cMillies)); 2562 2573 2563 2574 } PDMISCSICONNECTOR;
Note:
See TracChangeset
for help on using the changeset viewer.