_OLECADVF Enum

Definition

Specifies the OLE component registration advise flags.

This enumeration supports a bitwise combination of its member values.

C++/CX
public enum class _OLECADVF
Inheritance
_OLECADVF
Attributes

Fields

Name Value Description
olecadvfModal 1

Indicates that modal state change notifications are required. Must be registered by components that manage a top-level window.

olecadvfRedrawOff 2

Indicates that redrawOff state change notifications are required.

olecadvfWarningsOff 4

Indicates that warningsOff state change notifications are required.

olecadvfRecording 8

Indicates that Recording state change notifications are required.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022