Share via


DEVINFO (Windows Embedded CE 6.0)

1/6/2010

This 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
    Pointer to the device identifier.
  • szName[MAX_PATH]
    Null-terminated string that contains the name of the device.
  • szType[80]
    Null-terminated string that contains the type of the device.
  • szPath[MAX_PATH]
    Null-terminated string that contains the path of the device.

Requirements

Header cesync.h
Windows Embedded CE Windows CE 1.0 and later

See Also

Reference

ActiveSync Structures
IReplNotify