BIND_FLAGS Enum

Definition

Specifies values that are used to control aspects of moniker binding operations.

This enumeration supports a bitwise combination of its member values.

public enum class BIND_FLAGS
public enum class BIND_FLAGS
enum BIND_FLAGS
[System.Flags]
public enum BIND_FLAGS
[<System.Flags>]
type BIND_FLAGS = 
Public Enum BIND_FLAGS
Inheritance
BIND_FLAGS
Attributes

Fields

BIND_JUSTTESTEXISTENCE 2

Indicates that the caller is not interested in having the operation carried out, but only in learning whether the operation could have been carried out had this flag not been specified.

BIND_MAYBOTHERUSER 1

Indicates that moniker implementation can interact with the end user. If not present, the moniker implementation should not interact with the user in any way.

Applies to