MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetCurrentPath

Method GetCurrentPath

DuiLib/Core/UIManager.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186CDuiString CPaintManagerUI::GetCurrentPath()
187{
188 TCHAR tszModule[MAX_PATH + 1] = { 0 };
189 ::GetCurrentDirectory(MAX_PATH, tszModule);
190 return tszModule;
191}
192
193HINSTANCE CPaintManagerUI::GetResourceDll()
194{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected