BIND_OPTS2.grfFlags Field

Definition

Represents flags that control aspects of moniker binding operations.

public: System::UInt32 grfFlags;
public: unsigned int grfFlags;
unsigned int grfFlags;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint grfFlags;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable grfFlags : uint32
Public grfFlags As UInteger 

Field Value

Attributes

Remarks

This value is any combination of the bit flags in the BIND_FLAGS enumeration. New values may be defined in the future, so moniker implementations should ignore any bits in this field that they do not understand.

Applies to