VirtualBox

Changeset 35560 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Jan 14, 2011 1:37:32 PM (14 years ago)
Author:
vboxsync
Message:

PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is false if we don't need to eject the medium during unmount

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmifs.h

    r35361 r35560  
    10821082     * @thread  The emulation thread.
    10831083     * @param   fForce          Force the unmount, even for locked media.
    1084      * @thread  The emulation thread.
    1085      */
    1086     DECLR3CALLBACKMEMBER(int, pfnUnmount,(PPDMIMOUNT pInterface, bool fForce));
     1084     * @param   fEject          Eject the medium. Only relevant for host drives.
     1085     * @thread  The emulation thread.
     1086     */
     1087    DECLR3CALLBACKMEMBER(int, pfnUnmount,(PPDMIMOUNT pInterface, bool fForce, bool fEject));
    10871088
    10881089    /**
     
    11251126} PDMIMOUNT;
    11261127/** PDMIMOUNT interface ID. */
    1127 #define PDMIMOUNT_IID                           "8e5a009a-6032-4ca1-9d86-a388d8eaf926"
     1128#define PDMIMOUNT_IID                           "34fc7a4c-623a-4806-a6bf-5be1be33c99f"
    11281129
    11291130
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