Changeset 35560 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 14, 2011 1:37:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmifs.h
r35361 r35560 1082 1082 * @thread The emulation thread. 1083 1083 * @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)); 1087 1088 1088 1089 /** … … 1125 1126 } PDMIMOUNT; 1126 1127 /** PDMIMOUNT interface ID. */ 1127 #define PDMIMOUNT_IID " 8e5a009a-6032-4ca1-9d86-a388d8eaf926"1128 #define PDMIMOUNT_IID "34fc7a4c-623a-4806-a6bf-5be1be33c99f" 1128 1129 1129 1130
Note:
See TracChangeset
for help on using the changeset viewer.