IAsyncRpcChannelBuffer.Send(RPCOLEMESSAGE[], ISynchronize, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Send(cli::array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> ^ pMsg, Microsoft::VisualStudio::OLE::Interop::ISynchronize ^ pSync, [Runtime::InteropServices::Out] System::UInt32 % pulStatus);
public void Send (Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] pMsg, Microsoft.VisualStudio.OLE.Interop.ISynchronize pSync, out uint pulStatus);
abstract member Send : Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] * Microsoft.VisualStudio.OLE.Interop.ISynchronize * uint32 -> unit
Public Sub Send (pMsg As RPCOLEMESSAGE(), pSync As ISynchronize, ByRef pulStatus As UInteger)
Parameters
- pMsg
- RPCOLEMESSAGE[]
- pSync
- ISynchronize
- pulStatus
- UInt32