ViewOpen Method (IntPtr, OFASI, Boolean) |
Opens a Windows Explorer window.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static int Open(
IntPtr pidl,
OFASI options = OFASI.OFASI_NONE,
bool throwOnError = true
)
Parameters
- pidl
- Type: SystemIntPtr
The pidl. - options (Optional)
- Type: 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 See Also