Changeset 31698 in vbox for trunk/src/VBox/Main/include/ConsoleImpl.h
- Timestamp:
- Aug 16, 2010 3:00:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r31574 r31698 188 188 HRESULT onUSBDeviceAttach(IUSBDevice *aDevice, IVirtualBoxErrorInfo *aError, ULONG aMaskedIfs); 189 189 HRESULT onUSBDeviceDetach(IN_BSTR aId, IVirtualBoxErrorInfo *aError); 190 HRESULT getGuestProperty(IN_BSTR aKey, BSTR *aValue, ULONG64 *aTimestamp, BSTR *aFlags);190 HRESULT getGuestProperty(IN_BSTR aKey, BSTR *aValue, LONG64 *aTimestamp, BSTR *aFlags); 191 191 HRESULT setGuestProperty(IN_BSTR aKey, IN_BSTR aValue, IN_BSTR aFlags); 192 HRESULT enumerateGuestProperties(IN_BSTR aPatterns, ComSafeArrayOut(BSTR, aNames), ComSafeArrayOut(BSTR, aValues), ComSafeArrayOut(ULONG64, aTimestamps), ComSafeArrayOut(BSTR, aFlags)); 192 HRESULT enumerateGuestProperties(IN_BSTR aPatterns, 193 ComSafeArrayOut(BSTR, aNames), 194 ComSafeArrayOut(BSTR, aValues), 195 ComSafeArrayOut(LONG64, aTimestamps), 196 ComSafeArrayOut(BSTR, aFlags)); 193 197 HRESULT onlineMergeMedium(IMediumAttachment *aMediumAttachment, 194 198 ULONG aSourceIdx, ULONG aTargetIdx, … … 223 227 IVirtualBoxErrorInfo *aError); 224 228 void onRuntimeError(BOOL aFatal, IN_BSTR aErrorID, IN_BSTR aMessage); 225 HRESULT onShowWindow(BOOL aCheck, BOOL *aCanShow, ULONG64 *aWinId);229 HRESULT onShowWindow(BOOL aCheck, BOOL *aCanShow, LONG64 *aWinId); 226 230 void onRemoteDisplayInfoChange(); 227 231 … … 564 568 ComSafeArrayOut(BSTR, aNames), 565 569 ComSafeArrayOut(BSTR, aValues), 566 ComSafeArrayOut( ULONG64, aTimestamps),570 ComSafeArrayOut(LONG64, aTimestamps), 567 571 ComSafeArrayOut(BSTR, aFlags)); 568 572
Note:
See TracChangeset
for help on using the changeset viewer.