Share via


TranEnumKnownDevice (Windows Embedded CE 6.0)

1/5/2010

This function is called to enumerate the device that has been connected with this transport.

Syntax

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 Value

TRUE indicates success and FALSE indicates failure.

Requirements

Header kitltran.h
Library Developer Implemented
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

KITL Transport Functions