IRpcChannelBuffer::IsConnected

HRESULT IRpcChannelBuffer::IsConnected()

Answers as to whether the RPC channel is still connected to the other side. A negative reply is definitive: the connection to server end has definitely been terminated. A positive reply is tentative: the server end may or may not be still up. Interface proxies can if they want use this method as an optimization by which they can quickly return an error condition.

Argument

Type

Description

return value

HRESULT

S_OK, S_FALSE. No error values may be returned.