SECIShellFolderImpl::GetDisplayNameOf

HERSULTSECIShellFolderImpl::GetDisplayNameOf(LPCITEMIDLISTpidl, DWORDdwFlags, LPSTRRETlpName)

See IShellFolder::GetDisplayNameOf in Win32 SDK for details. The default implementation call GetPidlName to obtain a string name for the given PIDL. If you don't have any special requirement, you may only need to override the GetPidlName virtual function.

Defined in: SECIShellFolderImpl.h

Return Value

HRESULT

Parameters

pidl

dwFlags

lpName

See Also

SECIShellFolderImpl