VirtualBox

Changeset 235 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jan 23, 2007 1:10:43 PM (18 years ago)
Author:
vboxsync
Message:

Main: Implemented runtime error notifications in IConsole (VMSetRuntimeError and friends).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ConsoleImpl.h

    r1 r235  
    189189    void onAdditionsStateChange();
    190190    void onAdditionsOutdated();
    191     void onKeyboardLedsChange(bool fNumLock, bool fCapsLock, bool fScrollLock);
     191    void onKeyboardLedsChange (bool fNumLock, bool fCapsLock, bool fScrollLock);
     192    void onRuntimeError (BOOL aFatal, INPTR BSTR aErrorID, INPTR BSTR aMessage);
    192193
    193194    static const PDMDRVREG DrvStatusReg;
     
    375376                        const char *pszFormat, va_list args);
    376377
     378    static DECLCALLBACK(void)
     379    setVMRuntimeErrorCallback (PVM pVM, void *pvUser, bool fFatal,
     380                               const char *pszErrorID,
     381                               const char *pszFormat, va_list args);
     382
    377383    HRESULT                     captureUSBDevices (PVM pVM);
    378384    void                        releaseAllUSBDevices (void);
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