Click or drag to resize

CoreShellFolderInitialize Method (IntPtr, Boolean)

Initializes the Shell Folder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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