IRpcChannelBuffer.GetDestCtx Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub GetDestCtx ( _
    <OutAttribute> ByRef pdwDestContext As UInteger, _
    <OutAttribute> ByRef ppvDestContext As IntPtr _
)
'使用
Dim instance As IRpcChannelBuffer
Dim pdwDestContext As UInteger
Dim ppvDestContext As IntPtr

instance.GetDestCtx(pdwDestContext, ppvDestContext)
void GetDestCtx(
    out uint pdwDestContext,
    out IntPtr ppvDestContext
)
void GetDestCtx(
    [OutAttribute] unsigned int% pdwDestContext, 
    [OutAttribute] IntPtr% ppvDestContext
)
function GetDestCtx(
    pdwDestContext : uint, 
    ppvDestContext : IntPtr
)

Parameters

Permissions

See Also

Reference

IRpcChannelBuffer Interface

IRpcChannelBuffer Members

Microsoft.VisualStudio.OLE.Interop Namespace