Changeset 42067 in vbox for trunk/include/iprt
- Timestamp:
- Jul 9, 2012 5:49:58 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78996
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mangling.h
r41920 r42067 964 964 # define RTProcIsRunningByName RT_MANGLER(RTProcIsRunningByName) 965 965 # define RTProcQueryUsername RT_MANGLER(RTProcQueryUsername) 966 # define RTProcQueryUsernameA RT_MANGLER(RTProcQueryUsernameA) 966 967 # define RTProcSelf RT_MANGLER(RTProcSelf) 967 968 # define RTProcSetPriority RT_MANGLER(RTProcSetPriority) -
trunk/include/iprt/process.h
r41919 r42067 379 379 size_t *pcbUser); 380 380 381 /** 382 * Query the username of the given process allocating the string for the username. 383 * 384 * @returns IPRT status code. 385 * @param hProcess The process handle to query the username for. 386 * @param ppszUser Where to store the pointer to the string containing 387 * the username on success. Free with RTStrFree(). 388 */ 389 RTR3DECL(int) RTProcQueryUsernameA(RTPROCESS hProcess, char **ppszUser); 390 381 391 #endif /* IN_RING3 */ 382 392
Note:
See TracChangeset
for help on using the changeset viewer.