Global Functions in Global Namespace C++
in Sourcefile process.h
- rtl_getAppCommandArg
- extern "C"
oslProcessError rtl_getAppCommandArg(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Get the nArg-th command-line argument passed to the main-function of this process.
- Description
- This functions differs from osl_getCommandArg() in filtering any bootstrap values
given by command args, that means that all arguments starting with "-env:" will be
ignored by this function.
- Parameters
nArg |
The number of the argument to return.
|
strCommandArg |
The string receives the nArg-th command-line argument.
|
- Return
- osl_Process_E_None or does not return.
- See Also
- osl_getCommandArg()
rtl_getCommandArgCount()
- rtl_getAppCommandArgCount
- extern "C"
sal_uInt32 rtl_getAppCommandArgCount();
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- Returns the number of command line arguments at process start.
- Description
- This functions differs from osl_getCommandArg() in filtering any bootstrap values
given by command args, that means that all arguments starting with "-env:" will be
ignored by this function.
- Return
- the number of commandline arguments passed to the main-function of this process.
- See Also
- osl_getCommandArgCount()
rtl_getCommandArg()
- rtl_getGlobalProcessId
- extern "C"
void rtl_getGlobalProcessId(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- Summary
- gets a 16-byte fixed size identifier which is guaranteed not to change
during the current process.
- Description
- The current implementation creates a 16-byte uuid without using
the ethernet address of system. Thus the
identifier is different from identifiers created
in other processes with a very probability.
- Parameters
pTargetUUID |
16 byte of memory
|
- See Also
- rtl_createUiid()
Top of Page
Copyright © 2000, 2012 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.