BIND_OPTS2.dwTrackFlags Field

Definition

Represents a value that a moniker can use during link tracking.

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

Field Value

Attributes

Remarks

If the original persisted data that the moniker is referencing has been moved, the moniker can attempt to reestablish that link by searching for the original data through some adequate mechanism. dwTrackFlags provides additional information on how the link should be resolved.

Applies to