Changeset 51770 in vbox for trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
- Timestamp:
- Jul 1, 2014 6:14:02 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94611
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/bird/hardenedwindows (added) merged: 92692-94610
- Property svn:mergeinfo changed
-
trunk/src/VBox
- Property svn:mergeinfo changed
/branches/bird/hardenedwindows/src/VBox (added) merged: 92692-94610
- Property svn:mergeinfo changed
-
trunk/src/VBox/Runtime/r3/posix/process-posix.cpp
r48935 r51770 148 148 149 149 150 RTR3DECL(int) RTProcQueryParent(RTPROCESS hProcess, PRTPROCESS phParent) 151 { 152 if (hProcess == RTProcSelf()) 153 { 154 *phParent = getppid(); 155 return VINF_SUCCESS; 156 } 157 return VERR_NOT_SUPPORTED; 158 } 159 160 150 161 RTR3DECL(int) RTProcQueryUsername(RTPROCESS hProcess, char *pszUser, size_t cbUser, 151 162 size_t *pcbUser)
Note:
See TracChangeset
for help on using the changeset viewer.