Click or drag to resize

CoreShellFolderEnumObjectsPidls Method (SHCONTF, Boolean)

Enables a client to determine the contents of a folder by creating a PIDL enumeration object.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public IEnumerable<IntPtr> EnumObjectsPidls(
	SHCONTF flags = SHCONTF.SHCONTF_FOLDERS|SHCONTF.SHCONTF_NONFOLDERS,
	bool throwOnError = true
)

Parameters

flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellSHCONTF
The options.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: IEnumerableIntPtr
A list of sub objects of this instance.
See Also