Changeset 24703 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 16, 2009 3:50:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r24579 r24703 223 223 } 224 224 225 static HRESULT handleUnexpectedExceptions(RT_SRC_POS_DECL); 226 225 227 static const char *convertControllerTypeToDev(StorageControllerType_T enmCtrlType); 226 228 static HRESULT convertBusPortDeviceToLun(StorageBus_T enmBus, LONG port, LONG device, unsigned &uLun); … … 505 507 506 508 #ifdef VBOX_WITH_GUEST_PROPS 507 static DECLCALLBACK(int) doGuestPropNotification (void *pvExtension, uint32_t,508 void *pvParms, uint32_t cbParms);509 HRESULT doEnumerateGuestProperties(CBSTR aPatterns,510 ComSafeArrayOut(BSTR, aNames),511 ComSafeArrayOut(BSTR, aValues),512 ComSafeArrayOut(ULONG64, aTimestamps),513 ComSafeArrayOut(BSTR, aFlags));509 static DECLCALLBACK(int) doGuestPropNotification(void *pvExtension, uint32_t, void *pvParms, uint32_t cbParms); 510 HRESULT doMoveGuestPropertiesOnPowerOff(bool fSaving); 511 HRESULT doEnumerateGuestProperties(CBSTR aPatterns, 512 ComSafeArrayOut(BSTR, aNames), 513 ComSafeArrayOut(BSTR, aValues), 514 ComSafeArrayOut(ULONG64, aTimestamps), 515 ComSafeArrayOut(BSTR, aFlags)); 514 516 515 517 bool enabledGuestPropertiesVRDP (void);
Note:
See TracChangeset
for help on using the changeset viewer.