BrowserBrowseTo Method (IntPtr, SBSP, Boolean) |
Informs Windows Explorer to browse to another folder.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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: 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 See Also