_OLELOOP Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the reasons for pushing a message loop.
public enum class _OLELOOP
public enum class _OLELOOP
enum _OLELOOP
public enum _OLELOOP
type _OLELOOP =
Public Enum _OLELOOP
- Inheritance
-
_OLELOOP
Name | Value | Description |
---|---|---|
oleloopFocusWait | 1 | Indicates the component is activating the host. |
oleloopDoEvents | 2 | Indicates the component is requesting that the host to process messages. |
oleloopDebug | 3 | Indicates the component has entered debug mode. |
oleloopModalForm | 4 | Indicates the component is displaying a modal form. |
Passed to FPushMessageLoop and <xref:Microsoft.VisualStudio.OLE.Interop.IOleComponentHost.FPushMessageLoop%2A>. The host should remain in the message loop until FContinueMessageLoop (or <xref:Microsoft.VisualStudio.OLE.Interop.IOleStdComponentMgr.FContinueMessageLoop%2A>) returns false
.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |