Click or drag to resize

CoreShellFolderGetDisplayNameOf Method (IntPtr, SHGDNF, Boolean)

Retrieves the display name for the specified file object or subfolder.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public string GetDisplayNameOf(
	IntPtr pidl,
	SHGDNF flags = SHGDNF.SHGDN_NORMAL,
	bool throwOnError = true
)

Parameters

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

Return Value

Type: String
The display name.
See Also