Fix/document SHLWAPI ordinals 217 and 218.

This commit is contained in:
Andreas Mohr 2001-10-01 20:52:53 +00:00 committed by Alexandre Julliard
parent b7afbd4bcb
commit ed2aa7acdb
2 changed files with 4 additions and 2 deletions

View File

@ -443,6 +443,8 @@ INT WINAPI SHLWAPI_218(UINT CodePage, LPCWSTR lpSrcStr, LPSTR lpDstStr,
/************************************************************************* /*************************************************************************
* @ [SHLWAPI.217] * @ [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) INT WINAPI SHLWAPI_217(LPCWSTR lpSrcStr, LPSTR lpDstStr, LPINT lpnMultiCharCount)
{ {

View File

@ -226,8 +226,8 @@ debug_channels (shell)
214 stub @ 214 stub @
215 stdcall @(long long long) SHLWAPI_215 215 stdcall @(long long long) SHLWAPI_215
216 stub @ 216 stub @
217 stdcall @(wstr str ptr) SHLWAPI_217 217 stdcall @(wstr ptr ptr) SHLWAPI_217
218 stdcall @(long wstr str ptr) SHLWAPI_218 218 stdcall @(long wstr ptr ptr) SHLWAPI_218
219 stdcall @(long long long long) SHLWAPI_219 219 stdcall @(long long long long) SHLWAPI_219
220 stub @ 220 stub @
221 stub @ 221 stub @