CStdStubBuffer_Invoke function
[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 STDMETHODCALLTYPE CStdStubBuffer_Invoke( _In_ IRpcStubBuffer *This, _In_ RPCOLEMESSAGE *pRpcMsg, _In_ IRpcChannelBuffer *pRpcChannelBuffer );
Parameters
- This [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 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|