Fix/document SHLWAPI ordinals 217 and 218.
This commit is contained in:
parent
b7afbd4bcb
commit
ed2aa7acdb
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
@ -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 @
|
||||||
|
|
Loading…
Reference in New Issue