Overview | Namespace | Class | Index | Help |
rtlBootstrapHandle | handle ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | The handle got by |
rtl_uString * | pIniName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
pIniName | The name of the ini-file to use, if |
rtl_uString * * | macro ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
macro | The macro to be expanded |
rtlBootstrapHandle | handle, |
rtl_uString * * | macro ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | The handle got by |
macro | The macro to be expanded |
rtl_uString * | pName, |
rtl_uString * * | ppValue, |
rtl_uString * | pDefault ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
ppValue | out parameter. Contains always a valid rtl_uString pointer. |
pName | The name of the bootstrap setting to be retrieved. |
pDefault | maybe NULL. If once the default is returned, successive calls always return this default value, even when called with different defaults. |
sal_True
, when a value could be retrieved successfully,
sal_False
, when none of the 4 methods gave a value. ppValue
then contains ane empty string.
When a pDefault value is given, the function returns always
sal_True
.
rtlBootstrapHandle | handle, |
rtl_uString * | pName, |
rtl_uString * * | ppValue, |
rtl_uString * | pDefault ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
handle | The handle got by |
pName | The name of the variable to be retrieved |
ppValue | The result of the retrieval. *ppValue may be null in case of failure. |
pDefault | The default value for the retrieval, may be |
sal_True
on success.
rtlBootstrapHandle | handle, |
rtl_uString * * | ppIniName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
ppIniName | contains after the call the name of the ini-filename. |
rtl_uString * | pName, |
rtl_uString * | pValue ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
pName | name of bootstrap parameter |
pValue | value of bootstrap parameter |
rtl_uString * | pName ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | YES |
Must be called before rtl_bootstrap_get(). May not be called twice. If it is never called, a the filename executable.ini (win) or execuablerc (unx) is assumed.
pName | Name of the inifile with path but WITHOUT suffix (.ini or rc) |
Copyright © 2003 Sun Microsystems, Inc.