Click or drag to resize

ViewOpen Method (IntPtr, OFASI, Boolean)

Opens a Windows Explorer window.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int Open(
	IntPtr pidl,
	OFASI options = OFASI.OFASI_NONE,
	bool throwOnError = true
)

Parameters

pidl
Type: SystemIntPtr
The pidl.
options (Optional)
Type: callback.ShellBoost.Core.WindowsShellOFASI
The options.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
Exceptions
ExceptionCondition
ArgumentExceptionpidl is Zero.
See Also