Automation:
void
BridgeWith
(
[in]
IVirtualSerialDevice
pAnotherDevice)
;
Native (C++):
HRESULT
BridgeWith
(
[in]
IVirtualSerialDevice *
pAnotherDevice)
;
Parameters
pAnotherDeviceA reference to the second part of the bridge.Return Value
S_OK or standard OLE error code.