LWIAENUMCAPABILITIESCALLBACK

#include "ltwia.h"

L_INT pEXT_CALLBACK YourFunction(hSession, nCapsCount, pCapability, pUserData)

HWIASESSION hSession;

handle to an existing WIA session

L_INT nCapsCount;

enumerated capabilities count

pLWIACAPABILITY pCapability;

pointer to a structure that contains information about each enumerated capability

L_VOID * pUserData;

pointer to additional parameters

Called for each enumerated capability of the WIA device and also lets the user abort the enumeration process. The address of this callback is passed as an argument in the L_WiaEnumCapabilities function.

Parameter

Description

hSession

Handle to an existing WIA session. This handle is obtained by calling the L_WiaInitSession function.

nCapsCount

The count of the enumerated WIA device capabilities.

pCapability

Pointer to a structure of type LWIACAPABILITY that contains information about each enumerated capability of the selected WIA device.

pUserData

A void pointer that you can use to access a variable or structure containing data that your callback function needs. This gives you a way to receive data indirectly from the function that uses this callback function. (This is the same pointer that you pass in the pUserData parameter of L_WiaEnumCapabilities.)

 

Keep in mind that this is a void pointer, which must be cast to the appropriate data type within your callback function.

Returns

SUCCESS

The function was successful.

ERROR_USER_ABORT

The callback wants to abort the properties set process.

< 1

An error occurred. Refer to Return Codes.

Comments

This feature is available in version 16 or higher.

Called to provide the user with information about the capabilities of the selected WIA device and also lets the user aborts the enumeration process.

Required DLLs and Libraries

LTWIA

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS WIA C API Help