VirtualBox

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


Ignore:
Timestamp:
Apr 26, 2010 8:26:03 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60668
Message:

Guest Control/Main: Update on local process list and IGuest::GetProcessStatus().

File:
1 edited

Legend:

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

    r28772 r28780  
    9898                              ULONG aTimeoutMS, ULONG *aPID, IProgress **aProgress);
    9999    STDMETHOD(GetProcessOutput)(ULONG aPID, ULONG aFlags, ULONG aTimeoutMS, ULONG64 aSize, ComSafeArrayOut(BYTE, aData));
    100     STDMETHOD(GetProcessStatus)(ULONG aPID, ULONG *aReason, ULONG *aExitCode, ULONG *aStatus);
     100    STDMETHOD(GetProcessStatus)(ULONG aPID, ULONG *aExitCode, ULONG *aFlags, ULONG *aStatus);
    101101    STDMETHOD(InternalGetStatistics)(ULONG *aCpuUser, ULONG *aCpuKernel, ULONG *aCpuIdle,
    102102                                     ULONG *aMemTotal, ULONG *aMemFree, ULONG *aMemBalloon, ULONG *aMemCache,
     
    142142        uint32_t                 mPID;
    143143        uint32_t                 mStatus;
    144         uint32_t                 mReason;
     144        uint32_t                 mFlags;
    145145        uint32_t                 mExitCode;
    146146    };
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