IShellItemGetDisplayName Method

Gets the display name of the IShellItem object.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
StringBuilder GetDisplayName(
	ShellItemGetDisplayName sigdn
)

Parameters

sigdn  ShellItemGetDisplayName
One of the ShellItemGetDisplayName values that indicates how the name should look.

Return Value

StringBuilder
A value that, when this function returns successfully, receives the address of a pointer to the retrieved display name.

See Also