Skip to content

Latest commit

 

History

History
121 lines (99 loc) · 3.41 KB

nf-rend-itilsconfig-put_port.md

File metadata and controls

121 lines (99 loc) · 3.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:rend.ITILSConfig.put_Port
ITILSConfig::put_Port (rend.h)
The put_Port method sets the port number used to connect to the server of a specified ILS directory.
ITILSConfig interface [TAPI 2.2]
put_Port method
ITILSConfig.put_Port
ITILSConfig::put_Port
_tapi3_itilsconfig_put_port
put_Port
put_Port method [TAPI 2.2]
put_Port method [TAPI 2.2]
ITILSConfig interface
rend/ITILSConfig::put_Port
tapi3.itilsconfig_put_port
tapi3\itilsconfig_put_port.htm
tapi3
9d911a9c-6538-4919-9110-0425c53f91c4
12/05/2018
ITILSConfig interface [TAPI 2.2],put_Port method, ITILSConfig.put_Port, ITILSConfig::put_Port, _tapi3_itilsconfig_put_port, put_Port, put_Port method [TAPI 2.2], put_Port method [TAPI 2.2],ITILSConfig interface, rend/ITILSConfig::put_Port, tapi3.itilsconfig_put_port
rend.h
Windows
Rend.idl
Rend.dll
Windows
19H1
ITILSConfig::put_Port
rend/ITILSConfig::put_Port
c++
APIRef
kbSyntax
COM
Rend.dll
ITILSConfig.put_Port

ITILSConfig::put_Port

-description

[Rendezvous IP Telephony Conferencing controls and interfaces are not available for use in Windows Vista, Windows Server 2008, and subsequent versions of the operating system. The RTC Client API provides similar functionality.]

The put_Port method sets the port number used to connect to the server of a specified ILS directory.

-parameters

-param Port [in]

The port number that will be used to connect to the server. This can be any port number in the range of 16-bit unsigned integers.

-returns

This method can return one of these values.

Return code Description
S_OK
Method succeeded.
E_INVALIDARG
The Port parameter is not valid.
RND_ALREADY_CONNECTED
A successful connection has been made. Port cannot be reset.

-remarks

Applications use this method only if they need to connect to custom-configured ILS servers listening on strange ports that are not listed in the Active Directory. By default, the Rendezvous control automatically tries to use ports 1002 and 389, the usual ILS ports, for connecting to application-specified ILS servers. Also, the Rendezvous control automatically uses whatever port is published in the Active Directory for ILS servers retrieved from there.

This function may send data over the wire in unencrypted form; therefore, someone eavesdropping on the network may be able to read the data. The security risk of sending the data in clear text should be considered before using this method.

-see-also

ITILSConfig

ITILSConfig::get_Port