Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This structure is an extendible array of device descriptions. IrDA fills in as many device descriptions as can fit in the specified buffer.

Syntax

typedef struct DEVICELIST{
  ULONG 
numDevice;
  IRDA_DEVICE_INFO 
Device [1];
}_DEVICELIST, *PWCE_DEVICELIST;

Members

numDevice

Number of devices in the array.

Device

IRDA_DEVICE_INFOstructure that contains information about the device.

Requirements

Header af_irda.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also