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

Function IsIdlDirectory

Explorer++/Helper/ShellHelper.cpp:214–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214BOOL IsIdlDirectory(PCIDLIST_ABSOLUTE pidl)
215{
216 SFGAOF attributes = SFGAO_FOLDER;
217
218 GetItemAttributes(pidl, &attributes);
219
220 if (attributes & SFGAO_FOLDER)
221 {
222 return TRUE;
223 }
224
225 return FALSE;
226}
227
228HRESULT DecodeFriendlyPath(const TCHAR *szFriendlyPath, TCHAR *szParsingPath, UINT cchMax)
229{

Callers 2

CreateNewTabMethod · 0.85
TestIsIdlDirectoryFunction · 0.85

Calls 1

GetItemAttributesFunction · 0.85

Tested by 1

TestIsIdlDirectoryFunction · 0.68