#include "ltwrappr.h"
virtual L_INT LTwain::GetNumericContainerItemType(pCapability, pnItemType)
Gets the item type of the container of the specified capability.
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. |
< 1 | An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
For an example, refer to LTwain::GetNumericContainerUINTValue.