IRpcChannelBuffer3.Send(RPCOLEMESSAGE[], UInt32) Method

Definition

public:
 void Send(cli::array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> ^ pMsg, [Runtime::InteropServices::Out] System::UInt32 % pulStatus);
public void Send (Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] pMsg, out uint pulStatus);
abstract member Send : Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] * uint32 -> unit
Public Sub Send (pMsg As RPCOLEMESSAGE(), ByRef pulStatus As UInteger)

Parameters

pMsg
RPCOLEMESSAGE[]
pulStatus
UInt32

Applies to