IRpcChannelBuffer2.GetProtocolVersion Method

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

Syntax

‘선언
Sub GetProtocolVersion ( _
    <OutAttribute> ByRef pdwVersion As UInteger _
)
‘사용 방법
Dim instance As IRpcChannelBuffer2
Dim pdwVersion As UInteger

instance.GetProtocolVersion(pdwVersion)
void GetProtocolVersion(
    out uint pdwVersion
)
void GetProtocolVersion(
    [InAttribute] [OutAttribute] unsigned int% pdwVersion
)
abstract GetProtocolVersion : 
        pdwVersion:uint32 byref -> unit 
function GetProtocolVersion(
    pdwVersion : uint
)

Parameters

.NET Framework Security

See Also

Reference

IRpcChannelBuffer2 Interface

IRpcChannelBuffer2 Members

Microsoft.VisualStudio.OLE.Interop Namespace