IShellFolderGetDisplayNameOf Method

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

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.
string GetDisplayNameOf(
	PIDL pidl,
	ShellFoldermGetDisplayName flags
)

Parameters

pidl  PIDL
PIDL that uniquely identifies the file object or subfolder relative to the parent folder.
flags  ShellFoldermGetDisplayName
Flags used to request the type of display name to return.

Return Value

String
When this method returns, contains a pointer to a STRRET structure in which to return the display name.

The type of name returned in this structure can be the requested type, but the Shell folder might return a different type.

See Also