Accept (Windows Version) 

Purpose

Accept an incoming connection, Windows applications only.

Syntax

void Accept(char* CommandLine);

Parameters

CommandLine: The command line string containing the logon information. See the above member function Accept for detailed explanations.

Exceptions

Throws RFC_ERROR_INFO for connect failures.

Description

See the above Accept member function for detailed explanations.

Related Information

Connect

SafeConnect

Open

SafeOpen

ConnArgv

Accept (Console Version)