Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
[CStdAsyncStubBuffer_Invoke is not supported and may be altered or unavailable in the future.]
Implements the IRpcStubBuffer::Invoke method.
Syntax
HRESULT CStdAsyncStubBuffer_Invoke(
[in] IRpcStubBuffer *pthis,
[in] RPCOLEMESSAGE *_prpcmsg,
[in] IRpcChannelBuffer *_pRpcChannelBuffer
);
Parameters
[in] pthis
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 10 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2016 [desktop apps | UWP apps] |
| Target Platform | Windows |
| Header | rpcproxy.h |
| Library | Ole32.lib |
| DLL | Ole32.dll |