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

IVirtualSerialDevice.ConnectToFiles Method

HHD Software - Hex Editor Serial Port Monitor USB Protocol Analyzer Network Monitor
 
 
 
< PreviousTopNext >
Declaration
Automation:
void  ConnectToFiles ( [in]   String  InputFile, [in]   String  OutputFile, [in]   enum FileCreationMode  CreateParam) ;
Native (C++):
HRESULT  ConnectToFiles ( [in]   BSTR  InputFile, [in]   BSTR  OutputFile, [in]   enum FileCreationMode  CreateParam) ;
Parameters
InputFileFull path of the input file.OutputFileFull path of the output file.CreateParamOutput file opening mode (see FileCreationMode enumeration).
Return Value
S_OK or standard OLE error code.
Remarks
Connect to the given input and output files (see Input/Output Files Transport for more information). The library uses the supplied CreateParam value (see FileCreationMode enumeration for more information) to open the output file. After the output file is successfully opened, the library will start appending data to the end of the file.
< PreviousTopNext >
Copyright © 2012 HHD Software. All rights reserved.