Changeset 24101 in vbox for trunk/include
- Timestamp:
- Oct 27, 2009 12:03:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmifs.h
r24098 r24101 2561 2561 DECLR3CALLBACKMEMBER(int, pfnSCSIRequestSend, (PPDMISCSICONNECTOR pInterface, PPDMSCSIREQUEST pSCSIRequest)); 2562 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));2573 2574 2563 } PDMISCSICONNECTOR; 2575 2564
Note:
See TracChangeset
for help on using the changeset viewer.