Share via


DEVINFO

The DEVINFO structure contains information about a device.

Syntax

typedef struct tagDevInfo {
  DWORD pid;
  char szName[ MAX_PATH ];
  char szType[ 80 ];
  char szPath[ MAX_PATH ];
} DEVINFO, *PDEVINFO;

Members

  • pid
    Reference to a device ID.
  • szName
    A null-terminated string that specifies the device name.
  • szType
    A null-terminated string that specifies the device type.
  • szPath
    A null-terminated string that specifies the device path.

Requirements

Smartphone: Windows Mobile 2002 and later
OS Versions: Windows CE 3.0 and later
Header: cesync.h

See Also

ActiveSync API Structures

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.