Home
last modified time | relevance | path

Searched refs:szStartupPath (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/setup_native/source/win32/customactions/quickstarter/
H A Dremove_quickstart_link.cxx26 WCHAR szStartupPath[MAX_PATH]; in RemoveQuickstarterLink() local
28 if (SHGetSpecialFolderPathW(nullptr, szStartupPath, CSIDL_STARTUP, FALSE)) in RemoveQuickstarterLink()
30 std::wstring sQuickstartLinkPath = szStartupPath; in RemoveQuickstarterLink()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/setup_native/source/win32/customactions/quickstarter/
H A Dremove_quickstart_link.cxx26 WCHAR szStartupPath[MAX_PATH]; in RemoveQuickstarterLink() local
28 if ( SHGetSpecialFolderPathW( nullptr, szStartupPath, CSIDL_STARTUP, FALSE ) ) in RemoveQuickstarterLink()
30 std::wstring sQuickstartLinkPath = szStartupPath; in RemoveQuickstarterLink()
/dports/www/domoticz/domoticz-2020.2/main/
H A Ddomoticz.cpp777 char szStartupPath[255]; in WinMain() local
778 getExecutablePathName((char*)&szStartupPath,255); in WinMain()
779 szStartupFolder=szStartupPath; in WinMain()
784 char szStartupPath[255]; in WinMain()
786 GetModuleFileName(NULL, szStartupPath, sizeof(szStartupPath)); in WinMain()
787 p = szStartupPath + strlen(szStartupPath); in WinMain()
789 while (p >= szStartupPath && *p != '\\') in WinMain()
792 if (++p >= szStartupPath) in WinMain()
794 szStartupFolder=szStartupPath; in WinMain()