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

Function GetTestResourceFileIdl

Explorer++/TestHelper/Helper.cpp:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void GetTestResourceFileIdl(const TCHAR *szFile, LPITEMIDLIST *pidl)
52{
53 TCHAR szFullFileName[MAX_PATH];
54 GetTestResourceFilePath(szFile, szFullFileName, SIZEOF_ARRAY(szFullFileName));
55
56 HRESULT hr = GetIdlFromParsingName(szFullFileName, pidl);
57 ASSERT_TRUE(SUCCEEDED(hr));
58}

Callers 1

TESTFunction · 0.85

Calls 1

GetTestResourceFilePathFunction · 0.85

Tested by 1

TESTFunction · 0.68