VirtualBox

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


Ignore:
Timestamp:
Apr 14, 2011 3:22:37 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71165
Message:

Main/Machine: add a way to terminate VM processes if they don't respond to the usual requests. Not an API change, just a comment change, and a slight VBoxManage touch up so that one can trigger it.

File:
1 edited

Legend:

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

    r36128 r36673  
    127127            RemoteControlList mRemoteControls;
    128128
    129             /** openRemoteSession() and OnSessionEnd() progress indicator */
     129            /** launchVMProcess() and OnSessionEnd() progress indicator */
    130130            ComObjPtr<ProgressProxy> mProgress;
    131131
    132132            /**
    133              * PID of the session object that must be passed to openSession() to
    134              * finalize the openRemoteSession() request (i.e., PID of the
    135              * process created by openRemoteSession())
     133             * PID of the session object that must be passed to openSession()
     134             * to finalize the launchVMProcess() request (i.e., PID of the
     135             * process created by launchVMProcess())
    136136             */
    137137            RTPROCESS mPid;
     
    648648    void composeSavedStateFilename(Utf8Str &strStateFilePath);
    649649
    650     HRESULT openRemoteSession(IInternalSessionControl *aControl,
    651                               IN_BSTR aType, IN_BSTR aEnvironment,
    652                               ProgressProxy *aProgress);
     650    HRESULT launchVMProcess(IInternalSessionControl *aControl,
     651                            const Utf8Str &strType,
     652                            const Utf8Str &strEnvironment,
     653                            ProgressProxy *aProgress);
    653654
    654655    HRESULT getDirectControl(ComPtr<IInternalSessionControl> *directControl)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette