1/5/2010
This function is called when a device name is enumerated.
Syntax
typedef BOOL (* PFN_EnumProc)(
LPCWSTR pszDevName,
LPVOID pData
);
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 Value
Returns TRUE to continue enumerating device, otherwise returns FALSE.
Requirements
| Header | kitltran.h |
| Library | Developer Implemented |
| Windows Embedded CE | Windows CE .NET 4.0 and later |