GetSerialObject

This function retrieves the list of serial devices.

Syntax

PDEVICE_LIST GetSerialObject( void );

Return Values

The DEVICE_LIST structure that contains information about the devices supported in this implementation.

Remarks

This function is part of the implementation of the PDDs of serial port drivers. A single function driver would contain only one element in its device list. Drivers which integrate multiple PDDs in one DLL should create a device element for each PDD instance. This function is defined in the header file SerHW.h, and is available in Windows CE version 1.0 and later.