Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h241 DWORD WINAPI SHUnicodeToAnsiCP(UINT CodePage, LPCWSTR lpSrcStr, LPSTR lpDstStr, int dstlen);
/reactos/dll/win32/shlwapi/
H A Dstring.c2698 DWORD WINAPI SHUnicodeToAnsiCP(UINT CodePage, LPCWSTR lpSrcStr, LPSTR lpDstStr, int dstlen) in SHUnicodeToAnsiCP() function
2799 return SHUnicodeToAnsiCP(CP_ACP, lpSrcStr, lpDstStr, iLen); in SHUnicodeToAnsi()
H A Dshlwapi.spec218 218 stdcall -noname SHUnicodeToAnsiCP(long wstr ptr long)