Is9Cconfig2::Getcustomsymids; Is9Cconfig2::Setcustomsymids - Intermec 700 Series User Manual

Color mobile computer
Hide thumbs Also See for 700 Series:
Table of Contents

Advertisement

Scanner Support

IS9CConfig2::GetCustomSymIds

This function retrieves all the custom symbology identifiers defined for the cur-
rently supported symbologies. This is not supported when using an imager.
Syntax:
Parameters:
Return Values:
See Also:

IS9CConfig2::SetCustomSymIds

This function updates the symbology identifiers (any ASCII values) for the cur-
rently supported symbologies. This is not supported when using an imager.
Syntax:
Parameters:
Return Values:
6-56
700 Series Color Mobile Computer User's Manual
HRESULT GetCustomSymIds(
ITC_CUST_SYM_ID_PAIR* pStructSymIdPair,
DWORD dwMaxNumElement, DWORD* pdwNumElement );
pStructSymIdPair
dwMaxNumElement
pdwNumElement
HRESULT that indicates success or failure.
Custom Identifier Assignments (page 6-57)
Custom Identifier Example (page 6-58)
Custom Identifier Default Settings (page 6-57)
HRESULT SetCustomSymIds(
ITC_CUST_SYM_ID_PAIR* pStructSymIdPair, DWORD dwNumElement
);
pStructSymIdPair
dwNumElement
HRESULT that indicates success or failure.
[out]
Pointer to ITC_CUST_SYM_ID_PAIR
location to receive the current defined
symbology identifiers for the supported
symbologies. The caller must preallocate
this buffer with dwMaxNumElement
elements.
[in]
Maximum number of elements allocated for
the pStructSymIdPair buffer which should
always be equal to the last defined
enumeration constant + 1 of the
enumeration ITC_CUSTOM_ID. In this
case, it is
ITC_CUSTOMID_LAST_ELEMENT.
[out]
Pointer to DWORD location to receive the
actual number of elements returned in the
pStructSymIdPair buffer, which should be
the same as dwMaxNumElement.
[in] Pointer to ITC_CUST_SYM_ID_PAIR location,
containing the new symbology identifiers for any
supported symbologies to update.
[in] Identifies the number of symbology identifiers to
update in the pStructSymIdPair buffer.
SECTION 6

Advertisement

Table of Contents
loading

Table of Contents