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

Function GetTestResourceDirectoryIdl

Explorer++/TestHelper/Helper.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void GetTestResourceDirectoryIdl(LPITEMIDLIST *pidl)
31{
32 TCHAR szResourceDirectory[MAX_PATH];
33 GetTestResourceDirectory(szResourceDirectory, SIZEOF_ARRAY(szResourceDirectory));
34
35 HRESULT hr = GetIdlFromParsingName(szResourceDirectory, pidl);
36 ASSERT_TRUE(SUCCEEDED(hr));
37}
38
39void GetTestResourceFilePath(const TCHAR *szFile, TCHAR *szOutput, size_t cchMax)
40{

Callers 1

TESTFunction · 0.85

Calls 1

GetTestResourceDirectoryFunction · 0.85

Tested by 1

TESTFunction · 0.68