LWIAENUMDEVICESCALLBACK

#include "ltwia.h"

L_INT pEXT_CALLBACK YourFunction(hSession, pDeviceID, pUserData)

Called for each WIA device found connected to the user machine. The address of this callback is passed as an argument in L_WiaEnumDevices.

Parameters

HWIASESSION hSession

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

pLWIADEVICEID pDeviceID

Pointer to a structure that contains information about each device found on the user machine.

L_VOID * 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_WiaEnumDevices.)

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

Returns

Value Meaning
SUCCESS The function was successful.
ERROR_USER_ABORT The callback wants to abort the device enumeration process.
< 1 An error occurred. Refer to Return Codes.

Comments

This feature is available in version 16 or higher.

Called for each WIA device found connected to the user machine. Provides information about the found WIA device like Device ID, Device Name and Device Description.

Required DLLs and Libraries

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS WIA C API Help