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 32 of 84
Page 32 of 84
3.5.7.
ABSGetGlobalParameter
ABS_STATUS ABSGetGlobalParameter(
IN ABS_DWORD dwParamID
OUT ABS_DATA **ppParamValue
)
Description
Retrieves value of global-wide parameter.
Parameters
dwParamID
ID
of
the
parameter
to
retrieve.
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.