Global Functions in Global Namespace C++
in Sourcefile profile.h
-
osl_closeProfile
- extern "C"
sal_Bool osl_closeProfile(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
Close the opened profile an flush all data to the disk.
- Parameters
Profile |
handle to a opened profile.
|
-
osl_flushProfile
- extern "C"
sal_Bool osl_flushProfile(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
-
osl_getProfileSectionEntries
- extern "C"
sal_uInt32 osl_getProfileSectionEntries(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
Get all entries belonging to the specified section.
- Parameters
Profile |
handle to a opened profile.
|
- Return
- Pointer to a array of pointers.
-
osl_getProfileSections
- extern "C"
sal_uInt32 osl_getProfileSections(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
Get all section entries
- Parameters
Profile |
handle to a opened profile.
|
- Return
- Pointer to a array of pointers.
-
osl_openProfile
- extern "C"
oslProfile osl_openProfile(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
Open or create a configuration profile.
- Return
- 0 if the profile could not be created, otherwise a handle to the profile.
-
osl_readProfileBool
- extern "C"
sal_Bool osl_readProfileBool(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
-
osl_readProfileIdent
- extern "C"
sal_uInt32 osl_readProfileIdent(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
-
osl_readProfileString
- extern "C"
sal_Bool osl_readProfileString(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
-
osl_removeProfileEntry
- extern "C"
sal_Bool osl_removeProfileEntry(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
Acquire the mutex, block if already acquired by another thread.
- Parameters
Profile |
handle to a opened profile.
|
- Return
- False if section or entry could not be found.
-
osl_writeProfileBool
- extern "C"
sal_Bool osl_writeProfileBool(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
-
osl_writeProfileIdent
- extern "C"
sal_Bool osl_writeProfileIdent(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
-
osl_writeProfileString
- extern "C"
sal_Bool osl_writeProfileString(
-
virtual |
abstract |
const |
volatile |
template |
static |
inline |
C-linkage |
NO |
NO |
NO |
NO |
NO |
NO |
NO |
YES |
- D E P R E C A T E D
- Summary
- Deprecated API.
Top of Page
Copyright © 2003 Sun Microsystems, Inc.