ReactOS 0.4.16-dev-1105-gafe29ee
|
Public Types | |
typedef IRpcChannelBuffer3 * | LPRPCCHANNELBUFFER3 |
![]() | |
typedef IRpcChannelBuffer2 * | LPRPCCHANNELBUFFER2 |
![]() | |
typedef IRpcChannelBuffer * | LPRPCCHANNELBUFFER |
typedef unsigned long | RPCOLEDATAREP |
typedef struct IRpcChannelBuffer::tagRPCOLEMESSAGE | RPCOLEMESSAGE |
typedef RPCOLEMESSAGE * | PRPCOLEMESSAGE |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Definition at line 1740 of file objidl.idl.
Definition at line 1742 of file objidl.idl.
HRESULT IRpcChannelBuffer3::Cancel | ( | [in] RPCOLEMESSAGE * | pMsg | ) |
HRESULT IRpcChannelBuffer3::GetCallContext | ( | [in] RPCOLEMESSAGE * | pMsg, |
[in] REFIID | riid, | ||
[out] void ** | pInterface | ||
) |
HRESULT IRpcChannelBuffer3::GetDestCtxEx | ( | [in] RPCOLEMESSAGE * | pMsg, |
[out] DWORD * | pdwDestContext, | ||
[out] void ** | ppvDestContext | ||
) |
HRESULT IRpcChannelBuffer3::GetState | ( | [in] RPCOLEMESSAGE * | pMsg, |
[out] DWORD * | pState | ||
) |
HRESULT IRpcChannelBuffer3::Receive | ( | [in, out] RPCOLEMESSAGE * | pMsg, |
[in] ULONG | ulSize, | ||
[out] ULONG * | pulStatus | ||
) |
HRESULT IRpcChannelBuffer3::RegisterAsync | ( | [in] RPCOLEMESSAGE * | pMsg, |
[in] IAsyncManager * | pAsyncMgr | ||
) |
HRESULT IRpcChannelBuffer3::Send | ( | [in, out] RPCOLEMESSAGE * | pMsg, |
[out] ULONG * | pulStatus | ||
) |