Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
Sub GetState ( _
pMsg As RPCOLEMESSAGE(), _
<OutAttribute> ByRef pState As UInteger _
)
'使用
Dim instance As IRpcChannelBuffer3
Dim pMsg As RPCOLEMESSAGE()
Dim pState As UInteger
instance.GetState(pMsg, pState)
void GetState(
RPCOLEMESSAGE[] pMsg,
out uint pState
)
void GetState(
[InAttribute] array<RPCOLEMESSAGE>^ pMsg,
[OutAttribute] unsigned int% pState
)
function GetState(
pMsg : RPCOLEMESSAGE[],
pState : uint
)
Parameters
- pMsg
Type: []
- pState
Type: System.UInt32%
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.