TranEnumKnownDevice
This function is called to enumerate the device that has been connected with this transport.
BOOL TranEnumKnownDevice(
PFN_EnumProc pfnCB,
LPVOID pUserData
);
Parameters
- pfnCB
[in] Pointer to a callback function that is called for each device found. - pUserData
[in] Pointer to user-defined data that is passed back to the callback function.
Return Values
TRUE indicates success and FALSE indicates failure.
Remarks
This function is called in response to a call to KITLEnumKnownDevice.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Kitltran.h.
Link Library: Not applicable.
Last updated on Wednesday, April 13, 2005
© 2005 Microsoft Corporation. All rights reserved.