|
ReactOS 0.4.16-dev-1946-g52006dd
|


Public Member Functions | |
| HRESULT | Send ([in, out] RPCOLEMESSAGE *pMsg, [in] ISynchronize *pSync, [out] ULONG *pulStatus) |
| HRESULT | Receive ([in, out] RPCOLEMESSAGE *pMsg, [out] ULONG *pulStatus) |
| HRESULT | GetDestCtxEx ([in] RPCOLEMESSAGE *pMsg, [out] DWORD *pdwDestContext, [out] void **ppvDestContext) |
Public Member Functions inherited from IRpcChannelBuffer2 | |
| HRESULT | GetProtocolVersion ([in, out] DWORD *pdwVersion) |
Public Member Functions inherited from IRpcChannelBuffer | |
| HRESULT | GetBuffer ([in] RPCOLEMESSAGE *pMessage, [in] REFIID riid) |
| HRESULT | SendReceive ([in, out] RPCOLEMESSAGE *pMessage, [out] ULONG *pStatus) |
| HRESULT | FreeBuffer ([in] RPCOLEMESSAGE *pMessage) |
| HRESULT | GetDestCtx ([out] DWORD *pdwDestContext, [out] void **ppvDestContext) |
| HRESULT | IsConnected () |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IRpcChannelBuffer2 | |
| typedef IRpcChannelBuffer2 * | LPRPCCHANNELBUFFER2 |
Public Types inherited from IRpcChannelBuffer | |
| typedef IRpcChannelBuffer * | LPRPCCHANNELBUFFER |
| typedef unsigned long | RPCOLEDATAREP |
| typedef struct IRpcChannelBuffer::tagRPCOLEMESSAGE | RPCOLEMESSAGE |
| typedef RPCOLEMESSAGE * | PRPCOLEMESSAGE |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 565 of file objidlbase.idl.
| HRESULT IAsyncRpcChannelBuffer::GetDestCtxEx | ( | [in] RPCOLEMESSAGE * | pMsg, |
| [out] DWORD * | pdwDestContext, | ||
| [out] void ** | ppvDestContext | ||
| ) |
| HRESULT IAsyncRpcChannelBuffer::Receive | ( | [in, out] RPCOLEMESSAGE * | pMsg, |
| [out] ULONG * | pulStatus | ||
| ) |
| HRESULT IAsyncRpcChannelBuffer::Send | ( | [in, out] RPCOLEMESSAGE * | pMsg, |
| [in] ISynchronize * | pSync, | ||
| [out] ULONG * | pulStatus | ||
| ) |