Partager via


PFN_EnumProc

This function is called when a device name is enumerated.

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 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

TranEnumKnownDevice

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.