Click or drag to resize

ShellUtilitiesCreateBindCtx Method

Overload List
  NameDescription
Public methodStatic memberCreateBindCtx(NullableSTGM, Boolean)
Returns an implementation of IBindCtx (a bind context object). This object stores information about a particular moniker-binding operation.
Public methodStatic memberCreateBindCtx(FileMode, FileAccess, FileShare, Boolean)
Returns an implementation of IBindCtx (a bind context object). This object stores information about a particular moniker-binding operation.
Public methodStatic memberCreateBindCtx(String, NullableSTGM, NullableInt64, NullableFileAttributes, NullableDateTime, NullableDateTime, NullableDateTime, Boolean)
Returns an implementation of IBindCtx (a bind context object) that doesn't need a an existing Shell Item for binding operations. Pass STGM_CREATE for mode parameter to create an item that doesn't necessarily exist.
Top
See Also