MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetPersonalPath

Function GetPersonalPath

DebugView++/MainFrame.cpp:43–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41namespace debugviewpp {
42
43std::wstring GetPersonalPath()
44{
45 std::wstring path;
46 wchar_t szPath[MAX_PATH];
47 if (SUCCEEDED(SHGetFolderPath(nullptr, CSIDL_PERSONAL, nullptr, 0, szPath)))
48 path = szPath;
49 return path;
50}
51
52void CLogViewTabItem::SetView(const std::shared_ptr<CLogView>& pView)
53{

Callers 1

SetLoggingMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected