Refreshes information about virtual serial ports and returns their number.
BOOL FtVspcEnumVirtual( UINT *lpunPortsCount );
lpunPortsCount
[out] A pointer to the variable where the number of virtual serial ports is returned.
If the function succeeds, the return value is nonzero. Use FtVspcGetLastError to get the error code (FtVspc_ErrorCode).
| ftvspcErrorFailed | 1 | The operation has not been completed. |
|---|---|---|
| ftvspcErrorInvalidParameter | 2 | Invalid parameter. |
To retrieve information about each port, use FtVspcGetVirtual.