MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / ClearSymbols

Function ClearSymbols

WinArk/WinArk.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void ClearSymbols() {
51 WCHAR path[MAX_PATH];
52 ::GetCurrentDirectory(MAX_PATH, path);
53 wcscat_s(path, L"\\Symbols");
54 std::filesystem::remove_all(path);
55}
56
57// {A67605F7-BCFA-47F0-970D-92799D8F375E}
58static const GUID iconGuid =

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected