IRpcChannelBuffer3.GetState(RPCOLEMESSAGE[], UInt32) 方法

定义

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)

参数

pMsg
RPCOLEMESSAGE[]
pState
UInt32

适用于