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 14 of 84
Page 14 of 84
3.2.7.
ABSGetDeviceProperty
ABS_STATUS ABSGetDeviceProperty(
IN ABS_CONNECTION hConnection
IN ABS_DWORD dwPropertyId
OUT ABS_DATA **ppPropertyData
)
Description
Return data describing some property of device associated with the
current open session.
Parameters
hConnection
Handle to the connection to FM.
dwPropertyld
One of ABS_DEVPROP_xxxx constants, specifying what device
property the caller is interested in.
ppPropertyData
Address of a pointer which will be set to point to a data block. The
content of the data depends on dwPropertyId. The data has to be
freed by a call to ABSFree.
See documentation of the constants for specific information.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.
3.2.8.
ABSFree
void ABSFree(
IN void *Memblock
)
Description
Use this function to release memory allocated by other BSAPI.DLL
functions.
Parameters
Memblock
Address of a memory block to be released. It has no effect if this
parameter