Click or drag to resize

ExtensionsOpenView Method (IntPtr, OFASI, Boolean)

Opens a Windows Explorer window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int OpenView(
	this 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.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IntPtr. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also