CoreShellFolderInitialize Method (IntPtr, Boolean) |
Initializes the Shell Folder.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void Initialize(
IntPtr pidl,
bool throwOnError = true
)
Parameters
- pidl
- Type: SystemIntPtr
The absolute PIDL. - throwOnError (Optional)
- Type: SystemBoolean
true to throw error; otherwise false.
See Also