IOleComponentManager.FPushMessageLoop Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
声明
Function FPushMessageLoop ( _
dwComponentID As UInteger, _
uReason As UInteger, _
pvLoopData As IntPtr _
) As Integer
用法
Dim instance As IOleComponentManager
Dim dwComponentID As UInteger
Dim uReason As UInteger
Dim pvLoopData As IntPtr
Dim returnValue As Integer
returnValue = instance.FPushMessageLoop(dwComponentID, _
uReason, pvLoopData)
int FPushMessageLoop(
uint dwComponentID,
uint uReason,
IntPtr pvLoopData
)
int FPushMessageLoop(
[InAttribute] unsigned int dwComponentID,
[InAttribute] unsigned int uReason,
[InAttribute] IntPtr pvLoopData
)
abstract FPushMessageLoop :
dwComponentID:uint32 *
uReason:uint32 *
pvLoopData:IntPtr -> int
function FPushMessageLoop(
dwComponentID : uint,
uReason : uint,
pvLoopData : IntPtr
) : int
Parameters
- dwComponentID
Type: System.UInt32
- uReason
Type: System.UInt32
- pvLoopData
Type: System.IntPtr
Return Value
Type: System.Int32
.NET Framework Security
- 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.