Searched refs:exePath (Results 1 – 1 of 1) sorted by relevance
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ControlPanelExe.cpp | 306 TCHAR exePath[ MAX_PATH ] = TEXT( "" ); in InitInstance() local 310 nChars = GetModuleFileName( NULL, exePath, sizeof_array( exePath ) ); in InitInstance() 316 wsprintf( iconPath, L"%s,-%d", exePath, IDR_APPLET ); in InitInstance() 321 …, g_controlPanelCanonicalName, g_controlPanelCategory, localizedName, toolTip, iconPath, exePath ); in InitInstance()
|