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 IAsyncRpcChannelBuffer
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: []
- riid
Type: System.Guid%
Implements
IRpcChannelBuffer2.GetBuffer([], Guid%)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IAsyncRpcChannelBuffer Interface