Documentation fix.

oldstable
Jon Griffiths 2005-01-03 17:09:55 +00:00 committed by Alexandre Julliard
parent 8310bd5328
commit 4fb777c471
1 changed files with 3 additions and 3 deletions

View File

@ -618,9 +618,9 @@ HRESULT WINAPI GetAcceptLanguagesA( LPSTR langbuf, LPDWORD buflen)
* Convert a GUID to a string.
*
* PARAMS
* guid [I] GUID to convert
* str [O] Destination for string
* cmax [I] Length of output buffer
* guid [I] GUID to convert
* lpszDest [O] Destination for string
* cchMax [I] Length of output buffer
*
* RETURNS
* The length of the string created.