IRpcChannelBuffer.GetBuffer Method

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

Syntax

'宣言
Sub GetBuffer ( _
    pMessage As RPCOLEMESSAGE(), _
    ByRef riid As Guid _
)
'使用
Dim instance As IRpcChannelBuffer
Dim pMessage As RPCOLEMESSAGE()
Dim riid As Guid

instance.GetBuffer(pMessage, riid)
void GetBuffer(
    RPCOLEMESSAGE[] pMessage,
    ref Guid riid
)
void GetBuffer(
    [InAttribute] array<RPCOLEMESSAGE>^ pMessage, 
    [InAttribute] Guid% riid
)
function GetBuffer(
    pMessage : RPCOLEMESSAGE[], 
    riid : Guid
)

Parameters

  • pMessage
    Type: []

Permissions

See Also

Reference

IRpcChannelBuffer Interface

IRpcChannelBuffer Members

Microsoft.VisualStudio.OLE.Interop Namespace