L_TwainGetNumericContainerItemType

#include "lttw2.h"

L_INT EXT_FUNCTION L_TwainGetNumericContainerItemType(pCapability, pnItemType)

TW_CAPABILITY * pCapability;

/* pointer to a structure */

L_INT *pnItemType;

/* container type */

Gets the item type of the container of the specified capability.

Parameter

Description

pCapability

Pointer to a TW_CAPABILITY structure. The nItemType parameter will be updated with the item type of this structure's container.

pnItemType

Pointer to an integer to be updated with the container's item type.

Returns

SUCCESS

The function was successful.

! = SUCCESS

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LTTWN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

L_TwainGetNumericContainerINTValue, L_TwainGetNumericContainerUINTValue, L_TwainGetNumericContainerBOOLValue, L_TwainGetNumericContainerFIX32Value, L_TwainGetNumericContainerFRAMEValue, L_TwainGetNumericContainerSTRINGValue, L_TwainGetNumericContainerUNICODEValue.

Topics:

How to Work with the Containers

 

TWAIN Functionality: Container Functions.

Example

For an example, refer to L_TwainGetNumericContainerUINTValue.