Bluetooth Framework C++ Edition

◆ EnumComPorts()

int EnumComPorts ( wclVirtualComPorts ComPorts)

Enumerates already installed Bluetooth virtual COM ports.

Parameters
ComPortsIf the function completed with success contains array of all installed Bluetooth virtual COM ports. If not one vCOM was found the value of the ComPorts parameter can be NULL.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

The function enumerates all installed Bluetooth virtual COM ports. The list includes vCOMs created by the application and vCOMs created by an user outside the application.

See also
wclVirtualComPorts