CStdAsyncStubBuffer_Invoke function

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

Implements the IRpcStubBuffer::Invoke method.

Syntax


HRESULT STDMETHODCALLTYPE CStdAsyncStubBuffer_Invoke(
  _In_ IRpcStubBuffer    *pthis,
  _In_ RPCOLEMESSAGE     *_prpcmsg,
  _In_ IRpcChannelBuffer *_pRpcChannelBuffer
);

Parameters

pthis [in]

Pointer to the IRpcStubBuffer object.

_prpcmsg [in]

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.

_pRpcChannelBuffer [in]

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

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

Rpcproxy.h

Library

Ole32.lib

DLL

Ole32.dll

 

 

Show: