CStdStubBuffer_Invoke function (rpcproxy.h)

[CStdStubBuffer_Invoke is not supported and may be altered or unavailable in the future.]

The CStdStubBuffer_Invoke function implements the IRpcStubBuffer::Invoke method.

Syntax

HRESULT CStdStubBuffer_Invoke(
  [in] IRpcStubBuffer    *This,
  [in] RPCOLEMESSAGE     *pRpcMsg,
  [in] IRpcChannelBuffer *pRpcChannelBuffer
);

Parameters

[in] This

Pointer to the IRpcStubBuffer object.

[in] pRpcMsg

Pointer to the RPCOLEMESSAGE structure. On input, the structure contains the marshalled input parameters. On output, the structure contains the marshalled output and return values.

[in] pRpcChannelBuffer

Interface pointer to an IRpcChannelBuffer object. Channel used for communication between the client and server.

Return value

Returns S_OK on success.

Remarks

This function is used internally by proxies that are generated by MIDL.

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 rpcproxy.h
Library Rpcrt4.lib
DLL Rpcrt4.dll