Changeset 42718 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 9, 2012 5:19:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79927
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/GuestProcessImpl.h
r42716 r42718 80 80 ULONG getPID(void) { return mData.mPID; } 81 81 ULONG getProcessID(void) { return mData.mProcessID; } 82 int rc(void) { mData.mRC; }82 int rc(void) { return mData.mRC; } 83 83 int readData(uint32_t uHandle, uint32_t uSize, uint32_t uTimeoutMS, void *pvData, size_t cbData, size_t *pcbRead); 84 84 int startProcess(void);
Note:
See TracChangeset
for help on using the changeset viewer.