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 24 of 84
Page 24 of 84
dwFlags
Bitmask specifying flags, which modify slightly behavior of the
function. Only flag ABS_FLAG_STRICT_PROFILE is supported.
By default the profile data are respected to the degree possible i.e.
those which are not supported by the device are silently ignored. In
contrast, if flag ABS_FLAG_STRICT_PROFILE is set, the profile
data is interpreted in a more strict way and the function returns
ABS_STATUS_NOT_SUPPORTED if any specified requested
tuning parameter or its particular value is not supported.
Please
note
that
requested
image
format
(ABS_PKEY_IMAGE_FORMAT) is always interpreted in the strict
way, i.e. the caller has to know which image formats are supported
by the FM he uses.
Return Value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.
3.4.3.
ABSListImageFormats
ABS_STATUS ABSListImageFormats(
IN ABS_CONNECTION hConnection
OUT ABS_DWORD *pdwCount
OUT ABS_IMAGE_FORMAT **ppImageFormatList
IN ABS_DWORD dwFlags
)
Description
Retrieves list of image formats supported by the FM.
Functions ABSGrabImage and ABSRawGrabImage takes image
format in the form of ABS_FORMAT_IMAGE as their parameter.
Parameters
hConnection
Handle to the connection to FM.
pdwCount
Count of image formats returned.
ppImageFormatList
Newly allocated array of image format structures is stored into this
pointer. Use ABSFree to release the memory.
dwFlags
Reserved for future use. Set to zero.
Return value
ABS_STATUS
Result code. ABS_STATUS_OK (0) means
success.