Searched defs:nNeededWStrBuffSize (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/pyuno/zipcore/ |
H A D | python.cxx | 181 int nNeededWStrBuffSize = MultiByteToWideChar(CP_ACP, 0, argv[i], -1, NULL, 0); local
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 924 int nNeededWStrBuffSize = MultiByteToWideChar( CP_ACP, 0, szPathA, -1, NULL, 0 ); in IsQuickstarterInstalled() local 953 int nNeededWStrBuffSize = MultiByteToWideChar( CP_ACP, 0, szPathA, -1, NULL, 0 ); in EnableAutostartW32() local
|
Completed in 16 milliseconds