IRpcChannelBuffer.FreeBuffer(RPCOLEMESSAGE[]) 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 FreeBuffer(cli::array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> ^ pMessage);
void FreeBuffer(std::Array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> const & pMessage);
public void FreeBuffer (Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] pMessage);
abstract member FreeBuffer : Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] -> unit
Public Sub FreeBuffer (pMessage As RPCOLEMESSAGE())
Parameters
- pMessage
- RPCOLEMESSAGE[]