Re: KERNEL32: Improve descriptions

2006-03-06 Thread Kuba Ober
> > > -UINT WINAPI GetTempFileNameW( LPCWSTR path, LPCWSTR prefix, > > > UINT unique, LPWSTR buffer ) +UINT WINAPI GetTempFileNameW( > > > LPCWSTR lpPathName, LPCWSTR lpPrefixString, UINT uUnique, > > > LPWSTR lpTempFileName ) > > > > *Please* don't change nice readable parameter names into the > >

Re: KERNEL32: Improve descriptions

2006-03-05 Thread Marcus Meissner
On Sun, Mar 05, 2006 at 07:39:04PM +0300, Vitaly Lipatov wrote: > On Sunday 05 March 2006 14:13, Alexandre Julliard wrote: > > Vitaly Lipatov <[EMAIL PROTECTED]> writes: > > > -UINT WINAPI GetTempFileNameW( LPCWSTR path, LPCWSTR prefix, > > > UINT unique, LPWSTR buffer ) +UINT WINAPI GetTempFileNam

Re: KERNEL32: Improve descriptions

2006-03-05 Thread Vitaly Lipatov
On Sunday 05 March 2006 14:13, Alexandre Julliard wrote: > Vitaly Lipatov <[EMAIL PROTECTED]> writes: > > -UINT WINAPI GetTempFileNameW( LPCWSTR path, LPCWSTR prefix, > > UINT unique, LPWSTR buffer ) +UINT WINAPI GetTempFileNameW( > > LPCWSTR lpPathName, LPCWSTR lpPrefixString, UINT uUnique, > > LP

Re: KERNEL32: Improve descriptions

2006-03-05 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > -UINT WINAPI GetTempFileNameW( LPCWSTR path, LPCWSTR prefix, UINT unique, > LPWSTR buffer ) > +UINT WINAPI GetTempFileNameW( LPCWSTR lpPathName, LPCWSTR lpPrefixString, > UINT uUnique, LPWSTR lpTempFileName ) *Please* don't change nice readable param