Click or drag to resize

ShellUtilitiesCreateBindCtx Method (NullableSTGM, Boolean)

Returns an implementation of IBindCtx (a bind context object). This object stores information about a particular moniker-binding operation.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IBindCtx CreateBindCtx(
	STGM? mode = null,
	bool throwOnError = true
)

Parameters

mode (Optional)
Type: SystemNullableSTGM
An optional mode flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IBindCtx
An instance of IBindCtx or null if an error occurred.
See Also