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

Function GetCurrentProcessImageName

Explorer++/TestHelper/Helper.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "Helper.h"
10
11DWORD GetCurrentProcessImageName(TCHAR *szProcessPath, DWORD cchMax)
12{
13 return GetProcessImageName(GetCurrentProcessId(), szProcessPath, cchMax);
14}
15
16void GetTestResourceDirectory(TCHAR *szResourceDirectory, size_t cchMax)
17{

Callers 1

GetTestResourceDirectoryFunction · 0.85

Calls 1

GetProcessImageNameFunction · 0.85

Tested by

no test coverage detected