MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / GetCsidlDisplayName

Function GetCsidlDisplayName

Explorer++/Helper/ShellHelper.cpp:71–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71HRESULT GetCsidlDisplayName(int csidl, TCHAR *szFolderName, UINT cchMax, DWORD uParsingFlags)
72{
73 unique_pidl_absolute pidl;
74 HRESULT hr = SHGetFolderLocation(NULL, csidl, NULL, 0, wil::out_param(pidl));
75
76 if (SUCCEEDED(hr))
77 {
78 hr = GetDisplayName(pidl.get(), szFolderName, cchMax, uParsingFlags);
79 }
80
81 return hr;
82}
83
84HRESULT GetItemAttributes(const TCHAR *szItemParsingPath, SFGAOF *pItemAttributes)
85{

Callers 5

OnInitDialogMethod · 0.85
GetComputerFolderPathMethod · 0.85
CompareVirtualFoldersMethod · 0.85
DecodeFriendlyPathFunction · 0.85
CompareVirtualFoldersFunction · 0.85

Calls 2

GetDisplayNameFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected