Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This structure is an extendible array of device descriptions. IrDA fills in as many device descriptions as can fit in the specified buffer.
typedef struct DEVICELIST{ ULONG numDevice; IRDA_DEVICE_INFO Device [1];}_DEVICELIST, *PWCE_DEVICELIST;
Members
- numDevice
Number of devices in the array. - Device
IRDA_DEVICE_INFO structure that contains information about the device.
Requirements
OS Versions: Windows CE 1.0 and later.
Header: af_irda.h.
See Also
IrDA Reference | Infrared Communications | IrDA Application Development
Send Feedback on this topic to the authors