Freigeben über


IRpcChannelBuffer2.GetDestCtx Method (UInt32%, IntPtr%)

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

Syntax

'Declaration
Sub GetDestCtx ( _
    <OutAttribute> ByRef pdwDestContext As UInteger, _
    <OutAttribute> ByRef ppvDestContext As IntPtr _
)
'Usage
Dim instance As IRpcChannelBuffer2
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
)
abstract GetDestCtx : 
        pdwDestContext:uint32 byref * 
        ppvDestContext:IntPtr byref -> unit 
function GetDestCtx(
    pdwDestContext : uint, 
    ppvDestContext : IntPtr
)

Parameters

Implements

IRpcChannelBuffer.GetDestCtx(UInt32%, IntPtr%)

.NET Framework Security

See Also

Reference

IRpcChannelBuffer2 Interface

IRpcChannelBuffer2 Members

GetDestCtx Overload

Microsoft.VisualStudio.OLE.Interop Namespace