Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function is called when a device name is enumerated.
typedef BOOL (* PFN_EnumProc)(LPCWSTRpszDevName,LPVOIDpData);
Parameters
- pszDevName
[in] Pointer to the string that contains the name of the device. - pData
[in] Pointer to user-defined data passed to TranEnumKnownDevice.
Return Values
Returns TRUE to continue enumerating device, otherwise returns FALSE.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kitltran.h.
Link Library: Not applicable.
See Also
Send Feedback on this topic to the authors