Click or drag to resize

BrowserBrowseTo Method (IntPtr, SBSP, Boolean)

Informs Windows Explorer to browse to another folder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public int BrowseTo(
	IntPtr pidl,
	SBSP flags = SBSP.SBSP_DEFBROWSER,
	bool throwOnError = true
)

Parameters

pidl
Type: SystemIntPtr
The PIDL representing the item to browse to.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellSBSP
The flags.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Int32
An error number or 0.
Exceptions
ExceptionCondition
ArgumentExceptionnull - pidl
ArgumentNullExceptionitem is null.
See Also