The following functions are used to handle DTWAIN_ARRAYs:
DTWAIN_ARRAY Creation and Destruction
DTWAIN_ArrayCreate
DTWAIN_ArrayCreateCopy
DTWAIN_ArrayCreateFromCap
DTWAIN_ArrayDestroy
Adding, Setting, and Inserting elements in a DTWAIN_ARRAY
DTWAIN_ArrayAdd
DTWAIN_ArrayAddFloat
DTWAIN_ArrayAddLong
DTWAIN_ArrayAddLong64
DTWAIN_ArrayAddANSIString
DTWAIN_ArrayAddString
DTWAIN_ArrayAddWideString
DTWAIN_ArrayCopy
DTWAIN_ArrayInsertAt
DTWAIN_ArrayInsertAtFloat
DTWAIN_ArrayInsertAtLong
DTWAIN_ArrayInsertAtLong64
DTWAIN_ArrayInsertAtANSIString
DTWAIN_ArrayInsertAtString
DTWAIN_ArrayInsertAtWideString
DTWAIN_ArraySetAt
DTWAIN_ArraySetAtFloat
DTWAIN_ArraySetAtLong
DTWAIN_ArraySetAtLong64
DTWAIN_ArraySetAtANSIString
DTWAIN_ArraySetAtString
DTWAIN_ArraySetAtWideString
DTWAIN_ArrayResize
Removing elements from a DTWAIN_ARRAY
DTWAIN_ArrayRemoveAll
DTWAIN_ArrayRemoveAt
Retrieving Values from a DTWAIN_ARRAY
DTWAIN_ArrayGetAt
DTWAIN_ArrayGetAtFloat
DTWAIN_ArrayGetAtLong
DTWAIN_ArrayGetAtLong64
DTWAIN_ArrayGetAtANSIString
DTWAIN_ArrayGetAtANSIStringPtr
DTWAIN_ArrayGetAtString
DTWAIN_ArrayGetAtStringPtr
DTWAIN_ArrayGetAtWideString
DTWAIN_ArrayGetAtWideStringPtr
DTWAIN_ArrayGetCount
DTWAIN_ArrayGetType
Searching for elements
DTWAIN_ArrayFind
DTWAIN_ArrayFindFloat
DTWAIN_ArrayFindLong
DTWAIN_ArrayFindLong64
DTWAIN_ArrayFindANSIString
DTWAIN_ArrayFindString
DTWAIN_ArrayFindWideString
Miscellaneous functions
DTWAIN_ArrayGetStringLength
String specific DTWAIN Array Functions
DTWAIN_ArrayAddANSIString
DTWAIN_ArrayAddString
DTWAIN_ArrayAddWideString
DTWAIN_ArrayFindANSIString
DTWAIN_ArrayFindString
DTWAIN_ArrayFindWideString
DTWAIN_ArrayGetAtANSIString
DTWAIN_ArrayGetAtANSIStringPtr
DTWAIN_ArrayGetAtString
DTWAIN_ArrayGetAtStringPtr
DTWAIN_ArrayGetAtWideString
DTWAIN_ArrayGetAtWideStringPtr
DTWAIN_ArrayGetStringLength
DTWAIN_ArrayInsertAtANSIString
DTWAIN_ArrayInsertAtString
DTWAIN_ArrayInsertAtWideString
DTWAIN_ArraySetAtANSIString
DTWAIN_ArraySetAtString
DTWAIN_ArraySetAtWideString
|