VirtualBox

Changeset 33806 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 5, 2010 5:20:15 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67451
Message:

ExtPack changes, related IPRT changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/process.h

    r33044 r33806  
    282282
    283283/**
    284  * Gets the executable image name (full path) of the current process.
    285  *
    286  * @returns pszExecName on success. NULL on buffer overflow or other errors.
    287  *
    288  * @param   pszExecName     Where to store the name.
    289  * @param   cchExecName     The size of the buffer.
    290  */
    291 RTR3DECL(char *) RTProcGetExecutableName(char *pszExecName, size_t cchExecName);
     284 * Gets the short process name.
     285 *
     286 * @returns Pointer to read-only name string.
     287 */
     288RTR3DECL(const char *) RTProcShortName(void);
     289
     290/**
     291 * Gets the path to the executable image of the current process.
     292 *
     293 * @returns pszExecPath on success. NULL on buffer overflow or other errors.
     294 *
     295 * @param   pszExecPath     Where to store the path.
     296 * @param   cbExecPath      The size of the buffer.
     297 */
     298RTR3DECL(char *) RTProcGetExecutablePath(char *pszExecPath, size_t cbExecPath);
    292299
    293300/**
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