| Available in LEADTOOLS Imaging Pro, Vector, Document, and Medical Imaging toolkits. | 
L_TwainGetNumericContainerItemType
#include "lttwn.h"
L_LTTWN_API L_INT 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
Example
For an example, refer to L_TwainGetNumericContainerUINTValue.