Home
last modified time | relevance | path

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

/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx920 char szPathA[_MAX_PATH]; in IsQuickstarterInstalled() local
921 GetModuleFileNameA( NULL, szPathA, _MAX_PATH-1); in IsQuickstarterInstalled()
924 int nNeededWStrBuffSize = MultiByteToWideChar( CP_ACP, 0, szPathA, -1, NULL, 0 ); in IsQuickstarterInstalled()
928 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in IsQuickstarterInstalled()
949 char szPathA[_MAX_PATH]; in EnableAutostartW32() local
950 GetModuleFileNameA( NULL, szPathA, _MAX_PATH-1); in EnableAutostartW32()
953 int nNeededWStrBuffSize = MultiByteToWideChar( CP_ACP, 0, szPathA, -1, NULL, 0 ); in EnableAutostartW32()
957 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in EnableAutostartW32()

Completed in 27 milliseconds