RtcplGetTCPIPINIFile

The function RtcplGetTCPIPINIFile retrieves parameters for the INI file to use to configure RT-TCP/IP.

Syntax

BOOL RtcplGetTCPIPINIFile(
    LPTSTR Buffer,
    PDWORD Size
);

Parameters

Buffer

Pointer to a buffer that RtcplGetTCPIPINIFile populates with the full path to the TCP/IP INI File.

Size

Pointer to a DWORD that RtcplGetTCPIPINIFile populates with the size in TCHARs of the Buffer.

Return Values

A value of TRUE if the function succeeds, otherwise FALSE.

The following values are possible from GetLastError

Remarks

If RtcpIGetTCPIPINIFile fails because the Buffer is too small, the Size parameter will be filled in with the required buffer size and GetLastError will be set to ERROR_MORE_DATA.

Related RTX Properties Control Panel Features

Tab

TCP/IP tab

Feature(s)

Configuration file option

Requirements

Header RtxProp.h
Library RtxProp.lib
IntervalZero.com | Support | Give Feedback