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 29 of 84
Page 29 of 84
3.5.3.
ABSGetAppData
ABS_STATUS ABSGetAppData(
IN ABS_CONNECTION hConnection
OUT ABS_DATA **ppAppData
)
Description
Retrieves the data stored on the FM.
See also description of function SetAppData.
Parameters
hConnection
Handle to the connection to FM.
ppAppData
Output parameter, to be set to the newly allocated structure
ABS_DATA.
Use ABSFree to release the allocated memory.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.
3.5.4.
ABSSetSessionParameter
ABS_STATUS ABSSetSessionParameter(
IN ABS_CONNECTION hConnection
IN ABS_DWORD dwParamID
IN ABS_DATA *pParamValue
)
Description
Sets value of session-wide parameter.
These settings influence behavior of certain BSAPI functions called
in context of the current session.
Please note that in the current version all parameters are global
and can be set only with ABSSetGlobalParameter(). Therefore this
functions 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
Parameter value. Format and meaning of the data is parameter
dependent.
See description of particular ABS_PARAM_xxxx constant, you use
as dwParamID for more information.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.