Share via


PFN_EnumProc (Windows Embedded CE 6.0)

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.

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

See Also

Reference

Other OAL Functions

Other Resources

TranEnumKnownDevice