OleComponent.PushMessageLoop Method

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Function PushMessageLoop ( _
    reason As _OLELOOP, _
    pvLoopData As IntPtr _
) As Integer
public int PushMessageLoop(
    _OLELOOP reason,
    IntPtr pvLoopData
)
public:
int PushMessageLoop(
    _OLELOOP reason, 
    IntPtr pvLoopData
)
member PushMessageLoop : 
        reason:_OLELOOP * 
        pvLoopData:IntPtr -> int
public function PushMessageLoop(
    reason : _OLELOOP, 
    pvLoopData : IntPtr
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

OleComponent Class

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace