Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.36 KB

nf-objidlbase-irpcchannelbuffer-getdestctx.md

File metadata and controls

71 lines (58 loc) · 2.36 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:objidlbase.IRpcChannelBuffer.GetDestCtx
IRpcChannelBuffer::GetDestCtx (objidlbase.h)
The IRpcChannelBuffer::GetDestCtx (objidlbase.h) method retrieves the destination context for the RPC channel.
GetDestCtx
GetDestCtx method [COM]
GetDestCtx method [COM]
IRpcChannelBuffer interface
IRpcChannelBuffer interface [COM]
GetDestCtx method
IRpcChannelBuffer.GetDestCtx
IRpcChannelBuffer::GetDestCtx
_com_irpcchannelbuffer_getdestctx
com.irpcchannelbuffer_getdestctx
objidlbase/IRpcChannelBuffer::GetDestCtx
com\irpcchannelbuffer_getdestctx.htm
com
34599869-0c85-403a-88c2-ea8e865d533a
08/13/2022
GetDestCtx, GetDestCtx method [COM], GetDestCtx method [COM],IRpcChannelBuffer interface, IRpcChannelBuffer interface [COM],GetDestCtx method, IRpcChannelBuffer.GetDestCtx, IRpcChannelBuffer::GetDestCtx, _com_irpcchannelbuffer_getdestctx, com.irpcchannelbuffer_getdestctx, objidlbase/IRpcChannelBuffer::GetDestCtx
objidlbase.h
ObjIdl.h
Windows
Windows 2000 Professional [desktop apps \| UWP apps]
Windows 2000 Server [desktop apps \| UWP apps]
ObjIdl.idl
Windows
19H1
IRpcChannelBuffer::GetDestCtx
objidlbase/IRpcChannelBuffer::GetDestCtx
c++
APIRef
kbSyntax
COM
objidlbase.h
IRpcChannelBuffer.GetDestCtx

IRpcChannelBuffer::GetDestCtx

-description

Retrieves the destination context for the RPC channel.

-parameters

-param pdwDestContext [out]

The destination context in which the interface is unmarshaled. Possible values come from the MSHCTX enumeration.

-param ppvDestContext [out]

This parameter is reserved and must be NULL.

-returns

This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.

-see-also

IRpcChannelBuffer