VirtualBox

Changeset 42718 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 9, 2012 5:19:15 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79927
Message:

typo

File:
1 edited

Legend:

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

    r42716 r42718  
    8080    ULONG getPID(void) { return mData.mPID; }
    8181    ULONG getProcessID(void) { return mData.mProcessID; }
    82     int rc(void) { mData.mRC; }
     82    int rc(void) { return mData.mRC; }
    8383    int readData(uint32_t uHandle, uint32_t uSize, uint32_t uTimeoutMS, void *pvData, size_t cbData, size_t *pcbRead);
    8484    int startProcess(void);
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