iDRS™ SDK 16
Loading...
Searching...
No Matches
ArrayDefinitions_interface.h
Go to the documentation of this file.
1
7#ifndef ARRAYDEFINITIONS_INTERFACE_H
8
9#define ARRAYDEFINITIONS_INTERFACE_H
10
13#include "idrsstd_interface.h"
14#include "ArrayInterface.h"
15
16#include "idrs_common.h"
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
30PointArray ArrayInterface_Create_PointArray(idrs_exception *pargException);
31
40PageOrientationArray ArrayInterface_Create_PageOrientationArray(idrs_exception *pargException);
41
50LanguageArray ArrayInterface_Create_LanguageArray(idrs_exception *pargException);
51
60BarcodeTypeArray ArrayInterface_Create_BarcodeTypeArray(idrs_exception *pargException);
61
70BarcodeCapabilityArray ArrayInterface_Create_BarcodeCapabilityArray(idrs_exception *pargException);
71
80BarcodeEncodingArray ArrayInterface_Create_BarcodeEncodingArray(idrs_exception *pargException);
81
90LanguageCandidateArray ArrayInterface_Create_LanguageCandidateArray(idrs_exception *pargException);
91
92#ifdef __cplusplus
93}
94#endif /* __cplusplus */
95
96#endif /* ARRAYDEFINITIONS_INTERFACE_H */
BarcodeCapabilityArray ArrayInterface_Create_BarcodeCapabilityArray(idrs_exception *pargException)
Creates a new BarcodeCapabilityArray object.
PageOrientationArray ArrayInterface_Create_PageOrientationArray(idrs_exception *pargException)
Creates a new PageOrientationArray object.
BarcodeTypeArray ArrayInterface_Create_BarcodeTypeArray(idrs_exception *pargException)
Creates a new BarcodeTypeArray object.
PointArray ArrayInterface_Create_PointArray(idrs_exception *pargException)
Creates a new PointArray object.
LanguageCandidateArray ArrayInterface_Create_LanguageCandidateArray(idrs_exception *pargException)
Creates a new LanguageCandidateArray object.
LanguageArray ArrayInterface_Create_LanguageArray(idrs_exception *pargException)
Creates a new LanguageArray object.
BarcodeEncodingArray ArrayInterface_Create_BarcodeEncodingArray(idrs_exception *pargException)
Creates a new BarcodeEncodingArray object.
Interface for TObjPtrArray wrapper.
Interface for BarcodeType wrapper.
Interface for EnumDefinitions wrapper.
Interface for idrsstd wrapper.