Home
last modified time | relevance | path

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

/reactos/dll/win32/mlang/
H A Dmlang.c1135 LPWSTR pDstStrW; in ConvertINetString() local
1144 pDstStrW = HeapAlloc(GetProcessHeap(), 0, cDstSizeW * sizeof(WCHAR)); in ConvertINetString()
1145 …hr = ConvertINetMultiByteToUnicode(pdwMode, dwSrcEncoding, pSrcStr, pcSrcSize, pDstStrW, &cDstSize… in ConvertINetString()
1147 …hr = ConvertINetUnicodeToMultiByte(pdwMode, dwDstEncoding, pDstStrW, &cDstSizeW, pDstStr, pcDstSiz… in ConvertINetString()
1149 HeapFree(GetProcessHeap(), 0, pDstStrW); in ConvertINetString()