VirtualBox

Changeset 28772 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Apr 26, 2010 5:13:39 PM (15 years ago)
Author:
vboxsync
Message:

Guest Control/Main: Added local process list, added early implementation of IGuest::GetProcessStatus().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r28764 r28772  
    83798379  <interface
    83808380     name="IGuest" extends="$unknown"
    8381      uuid="4b8f90ce-e8ef-4f07-af1b-b0b85bc07e37"
     8381     uuid="a772d41d-8f60-4247-9a0e-fea7ebec2151"
    83828382     wsmap="managed"
    83838383     >
     
    86348634        </desc>
    86358635      </param>
     8636    </method>
     8637
     8638    <method name="getProcessStatus">
     8639      <desc>
     8640        Retrieves status, exit code and the exit reason of a formerly started process.
     8641
     8642        <result name="VBOX_E_IPRT_ERROR">
     8643          Process with specified PID was not found.
     8644        </result>
     8645
     8646      </desc>
     8647      <param name="pid" type="unsigned long" dir="in">
     8648        <desc>
     8649          Process id returned by earlier executeProcess() call.
     8650        </desc>
     8651      </param>
     8652      <param name="reason" type="unsigned long" dir="out">
     8653        <desc>
     8654          The reason of exit.
     8655        </desc>
     8656      </param>
     8657      <param name="exitcode" type="unsigned long" dir="out">
     8658        <desc>
     8659          The actual exit code.
     8660        </desc>
     8661      </param>
     8662      <param name="status" type="unsigned long" dir="return">
     8663        <desc>
     8664          The current process status.
     8665        </desc>
     8666      </param>     
    86368667    </method>
    86378668
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