Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dlayerlinks.cxx146 LPSTR lpPathUTF8 = new CHAR[nCharsRequired]; in CreateLayerLinks() local
147 … WideCharToMultiByte( CP_UTF8, 0, lpPathW, -1, lpPathUTF8, nCharsRequired, NULL, NULL ); in CreateLayerLinks()
150 WriteFile( h1file, lpPathUTF8, strlen(lpPathUTF8) ,&dummy, 0 ); in CreateLayerLinks()
152 delete lpPathUTF8; in CreateLayerLinks()
188 LPSTR lpPathUTF8 = new CHAR[nCharsRequired]; in CreateLayerLinks() local
189 … WideCharToMultiByte( CP_UTF8, 0, lpPathW, -1, lpPathUTF8, nCharsRequired, NULL, NULL ); in CreateLayerLinks()
192 WriteFile( h2file, lpPathUTF8, strlen(lpPathUTF8) ,&dummy, 0 ); in CreateLayerLinks()
194 delete lpPathUTF8; in CreateLayerLinks()

Completed in 17 milliseconds