Free Virtual Serial Ports
Free Virtual Serial Ports - Free Software Virtual COM Port Null Modem Cable Emulator for Windows

IVirtualSerialDevice.ConnectToPipeByHandle Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
void  ConnectToPipeByHandle ( [in]   HANDLE  PipeHandle, [in, optional]   bool  Owner) ;
Native (C++):
HRESULT  ConnectToPipeByHandle ( [in]   HANDLE  PipeHandle, [in, optional]   BOOL  Owner) ;
Parameters
PipeHandleNamed pipe handle.OwnerTrue if the device should become a named pipe server or false otherwise.
Return Value
S_OK or standard OLE error code.
Remarks
When you have already opened a named pipe and obtained a handle to it, you may use it to connect the device to the Named Pipe Transport. Note that the opened handle must have all required access rights (GENERIC_READ and GENERIC_WRITE).
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.