Msoloop Enumeration

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies reasons for pushing a message loop.

enum {
   msoloopFocusWait = 1,
   msoloopDoEvents = 2,
   msoloopDebug = 3,
   msoloopModalForm = 4,
   msoloopModalAlert = 5
};

Constants

  • msoloopFocusWait
    The component is activating the host.

  • msoloopDoEvents
    The component is requesting that the host process messages.

  • msoloopDebug
    The component has entered debug mode.

  • msoloopModalForm
    The component is displaying a modal form.

  • msoloopModalAlert
    The component is displaying a modal form. This is similar to the msoloopModalForm constant except that the component should act as much like a blocking call as possible.

See Also

Reference

IMsoComponentManager::FPushMessageLoop Method