Commit ed2aa7ac authored by Andreas Mohr's avatar Andreas Mohr Committed by Alexandre Julliard

Fix/document SHLWAPI ordinals 217 and 218.

parent b7afbd4b
......@@ -443,6 +443,8 @@ INT WINAPI SHLWAPI_218(UINT CodePage, LPCWSTR lpSrcStr, LPSTR lpDstStr,
/*************************************************************************
* @ [SHLWAPI.217]
*
* Hmm, some program used lpnMultiCharCount == 0x3 (and lpSrcStr was "C")
* --> Crash. Something wrong here.
*/
INT WINAPI SHLWAPI_217(LPCWSTR lpSrcStr, LPSTR lpDstStr, LPINT lpnMultiCharCount)
{
......
......@@ -226,8 +226,8 @@ debug_channels (shell)
214 stub @
215 stdcall @(long long long) SHLWAPI_215
216 stub @
217 stdcall @(wstr str ptr) SHLWAPI_217
218 stdcall @(long wstr str ptr) SHLWAPI_218
217 stdcall @(wstr ptr ptr) SHLWAPI_217
218 stdcall @(long wstr ptr ptr) SHLWAPI_218
219 stdcall @(long long long long) SHLWAPI_219
220 stub @
221 stub @
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment