IRpcStubBuffer::Connect method (objidl.h)

Initializes a server stub, binding it to the specified interface.

Syntax

HRESULT Connect(
  [in] IUnknown *pUnkServer
);

Parameters

[in] pUnkServer

A pointer to the interface.

Return value

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps | UWP apps]
Minimum supported server Windows 2000 Server [desktop apps | UWP apps]
Target Platform Windows
Header objidl.h (include ObjIdl.h)

See also

IRpcStubBuffer