_OLELOOP Enumeration

Specifies the reasons for pushing a message loop.

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

Syntax

'Declaration
Public Enumeration _OLELOOP
public enum _OLELOOP
public enum class _OLELOOP
type _OLELOOP
public enum _OLELOOP

Members

Member name Description
oleloopDebug Indicates the component has entered debug mode.
oleloopDoEvents Indicates the component is requesting that the host to process messages.
oleloopFocusWait Indicates the component is activating the host.
oleloopModalForm Indicates the component is displaying a modal form.

Remarks

Passed to FPushMessageLoop and FPushMessageLoop. The host should remain in the message loop until FContinueMessageLoop (or FContinueMessageLoop) returns false.

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace