BIND_OPTS2.grfFlags Field
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.
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.