| 184 | } |
| 185 | |
| 186 | CDuiString CPaintManagerUI::GetCurrentPath() |
| 187 | { |
| 188 | TCHAR tszModule[MAX_PATH + 1] = { 0 }; |
| 189 | ::GetCurrentDirectory(MAX_PATH, tszModule); |
| 190 | return tszModule; |
| 191 | } |
| 192 | |
| 193 | HINSTANCE CPaintManagerUI::GetResourceDll() |
| 194 | { |
nothing calls this directly
no outgoing calls
no test coverage detected