Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method specifies an IP address and port on which the RTC Client API should stop listening for incoming requests.
HRESULT StopListenAddressAndPort(BSTRbstrInternalLocalAddress,longlInternalLocalPort);
Parameters
- bstrInternalLocalAddress
[in] The internal local IP address on which the RTC Client API can stop listening. - lInternalLocalPort
[in] The internal local port on which the RTC Client API can stop listening.
Return Values
This method can return an RTC_E_ constant.
The following table shows additional possible return values.
Value | Description |
---|---|
E_FAIL | The client is unable to stop the listen socket for the address and port specified. |
S_OK | The listen socket has been stopped. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Rtccore.h, Rtccore.idl.
Link Library: Uuid.lib.
See Also
IRTCClientPortManagement | IRTCClientPortManagement::StartListenAddressAndPort
Send Feedback on this topic to the authors