IOleComponentManager.FPushMessageLoop Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Function FPushMessageLoop ( _
    dwComponentID As UInteger, _
    uReason As UInteger, _
    pvLoopData As IntPtr _
) As Integer
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: UInt32
  • uReason
    Type: UInt32
  • pvLoopData
    Type: IntPtr

Return Value

Type: Int32

.NET Framework Security

See Also

Reference

IOleComponentManager Interface

Microsoft.VisualStudio.OLE.Interop Namespace