IRpcChannelBuffer3.GetState(RPCOLEMESSAGE[], 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 GetState(cli::array <Microsoft::VisualStudio::OLE::Interop::RPCOLEMESSAGE> ^ pMsg, [Runtime::InteropServices::Out] System::UInt32 % pState);
public void GetState (Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] pMsg, out uint pState);
abstract member GetState : Microsoft.VisualStudio.OLE.Interop.RPCOLEMESSAGE[] * uint32 -> unit
Public Sub GetState (pMsg As RPCOLEMESSAGE(), ByRef pState As UInteger)
Parameters
- pMsg
- RPCOLEMESSAGE[]
- pState
- UInt32