Document Title Here
AET65 API
Version 1.0
idvation GmbH
Otto-Hesse-Straße 19 / T5
Phone +49 6151 9926567
D-64293 Darmstadt
Fax +49 6151 3689296
www.idvation.com
Page 30 of 84
Page 30 of 84
3.5.5.
ABSGetSessionParameter
ABS_STATUS ABSGetSessionParameter(
IN ABS_CONNECTION hConnection
IN ABS_DWORD dwParamID
OUT ABS_DATA **ppParamValue
)
Description
Retrieves value of session-wide parameter.
Please note that in the current version all parameters are global and
can be set only with ABSSetGlobalParameter(). Therefore this
function returns ABS_STATUS_INVALID_PARAMETER as it does
not support any dwParamID value currently.
Parameters
hConnection
Handle to the connection to FM.
dwParamID
ID of the parameter to set. See description of ABS_PARAM_xxxx
constants.
pParamValue
Output parameter for the retrieved value. The function sets it to
point to newly allocated ABS_DATA.
Use ABSFree to release the memory.
See description of ABS_PARAM_xxxx constants for meaning of
particular values.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.
3.5.6.
ABSSetGlobalParameter
ABS_STATUS ABSSetGlobalParameter(
IN ABS_DWORD dwParamID
IN ABS_DATA *pParamValue
)
Description
Sets value of global-wide parameter.
These settings influence behavior of certain BSAPI functions. Unlike
ABSSetSession- Parameter, the settings apply to all BSAPI
functions called in a context of the process, despite the current
session.
Parameters
dwParamID
ID of the parameter to set.
See description of ABS_PARAM_xxxx constants.
pParamValue
Parameter value. Format and meaning of the data is parameter
dependent.
See description of particular ABS_PARAM_xxx constant, you use
as dwParamID for more information.