23#ifndef INCLUDED_RTL_PROCESS_H
24#define INCLUDED_RTL_PROCESS_H
#define SAL_DLLPUBLIC
Definition saldllapi.h:34
unsigned char sal_uInt8
Definition types.h:44
oslProcessError
Definition process.h:62
SAL_DLLPUBLIC sal_uInt32 rtl_getAppCommandArgCount(void)
Returns the number of command line arguments at process start.
SAL_DLLPUBLIC void rtl_getGlobalProcessId(sal_uInt8 *pTargetUUID)
gets a 16-byte fixed size identifier which is guaranteed not to change during the current process.
SAL_DLLPUBLIC oslProcessError rtl_getAppCommandArg(sal_uInt32 nArg, rtl_uString **strCommandArg)
Get the nArg-th command-line argument passed to the main-function of this process.