_OLELOOP Enum
Definition
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
Fields
oleloopDebug | 3 | Indicates the component has entered debug mode. |
oleloopDoEvents | 2 | Indicates the component is requesting that the host to process messages. |
oleloopFocusWait | 1 | Indicates the component is activating the host. |
oleloopModalForm | 4 | Indicates the component is displaying a modal form. |
Remarks
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
.