Click or drag to resize

BIND_OPTS3 Structure

Contains parameters used during a moniker-binding operation.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public struct BIND_OPTS3

The BIND_OPTS3 type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldcbStruct
The size of this structure, in bytes.
Public fielddwClassContext
The class context, taken from the CLSCTX enumeration, that is to be used for instantiating the object.
Public fielddwTickCountDeadline
The clock time by which the caller would like the binding operation to be completed, in milliseconds.
Public fielddwTrackFlags
A moniker can use this value during link tracking.
Public fieldgrfFlags
Flags that control aspects of moniker binding operations.
Public fieldgrfMode
Flags that should be used when opening the file that contains the object identified by the moniker.
Public fieldhwnd
A handle to the window that becomes the owner of the elevation UI, if applicable.
Public fieldlocale
The LCID value indicating the client's preference for the locale to be used by the object to which they are binding.
Public fieldpServerInfo
A pointer to a COSERVERINFO structure.
Top
See Also