Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
oleloopFocusWait | Indicates the component is activating the host. | |
oleloopDoEvents | Indicates the component is requesting that the host to process messages. | |
oleloopDebug | Indicates the component has entered debug mode. | |
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.