Click or drag to resize

BIND_FLAGS Enumeration

Controls aspects of moniker binding operations.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum BIND_FLAGS
Members
  Member nameValueDescription
BIND_NONE0 No option is defined.
BIND_MAYBOTHERUSER1 If this flag is specified, the moniker implementation can interact with the end user. Otherwise, the moniker implementation should not interact with the user in any way, such as by asking for a password for a network volume that needs mounting.
BIND_JUSTTESTEXISTENCE2 If this flag is specified, 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.
See Also