IAsyncRpcChannelBuffer.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 IAsyncRpcChannelBuffer
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

IRpcChannelBuffer2.GetDestCtx(UInt32%, IntPtr%)

.NET Framework Security

See Also

Reference

IAsyncRpcChannelBuffer Interface

IAsyncRpcChannelBuffer Members

Microsoft.VisualStudio.OLE.Interop Namespace