Share via


DEVINFO (Windows CE 5.0)

Send Feedback

This structure contains information about a device.

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

OS Versions: Windows CE 1.0 and later.
Header: Cesync.h.

See Also

IReplNotify

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.