VirtualBox

Changeset 59291 in vbox


Ignore:
Timestamp:
Jan 8, 2016 6:18:29 PM (9 years ago)
Author:
vboxsync
Message:

Forgotten files

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r59284 r59291  
    14741474/** The I/O request is in progress. */
    14751475#define VINF_PDM_MEDIAEX_IOREQ_IN_PROGRESS          2898
     1476/** The I/O request is in an invalid state for this operation.. */
     1477#define VERR_PDM_MEDIAEX_IOREQ_INVALID_STATE        (-2899)
    14761478/** @} */
    14771479
  • trunk/include/VBox/vmm/pdmstorageifs.h

    r59284 r59291  
    600600     * @thread  Any thread.
    601601     */
    602     DECLR3CALLBACKMEMBER(int, pfnIoReqCompleteNotify, (PDMIMEDIAEXPORT pInterface, PDMMEDIAEXIOREQ hIoReq,
     602    DECLR3CALLBACKMEMBER(int, pfnIoReqCompleteNotify, (PPDMIMEDIAEXPORT pInterface, PDMMEDIAEXIOREQ hIoReq,
    603603                                                       void *pvIoReqAlloc, int rcReq));
    604604
     
    615615     * @param   cbCopy          How many bytes to copy.
    616616     */
    617     DECLR3CALLBACKMEMBER(int, pfnIoReqCopyFromBuf, (PDMIMEDIAEXPORT pInterface, PDMMEDIAEXIOREQ hIoReq,
     617    DECLR3CALLBACKMEMBER(int, pfnIoReqCopyFromBuf, (PPDMIMEDIAEXPORT pInterface, PDMMEDIAEXIOREQ hIoReq,
    618618                                                    void *pvIoReqAlloc, uint32_t offDst, const void *pvSrc,
    619619                                                    size_t cbCopy));
     
    631631     * @param   cbCopy          How many bytes to copy.
    632632     */
    633     DECLR3CALLBACKMEMBER(int, pfnIoReqCopyToBuf, (PDMIMEDIAEXPORT pInterface, PDMMEDIAEXIOREQ hIoReq,
     633    DECLR3CALLBACKMEMBER(int, pfnIoReqCopyToBuf, (PPDMIMEDIAEXPORT pInterface, PDMMEDIAEXIOREQ hIoReq,
    634634                                                  void *pvIoReqAlloc, uint32_t offSrc, void *pvDst,
    635635                                                  size_t cbCopy));
     
    680680     *
    681681     * @returns VBox status code.
     682     * @retval  VERR_PDM_MEDIAEX_IOREQ_INVALID_STATE if the given request is still active.
    682683     * @param   pInterface      Pointer to the interface structure containing the called function pointer.
    683684     * @param   hIoReq          The I/O request to free.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette