Gets the item type of the container of the specified capability.
#include "lttwn.h"
L_LTTWN_API L_INT L_TwainGetNumericContainerItemType(pCapability, pnItemType)
Pointer to a TW_CAPABILITY structure. The nItemType parameter will be updated with the item type of this structure's container.
Pointer to an integer to be updated with the container's item type.
Value | Meaning |
---|---|
SUCCESS | The function was successful. |
! = SUCCESS | An error occurred. Refer to Return Codes. |
For an example, refer to L_TwainGetNumericContainerUINTValue.