KERNEL32: Improve descriptions

Marcus Meissner marcus at jet.franken.de
Sun Mar 5 10:53:07 CST 2006


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 <lav at etersoft.ru> 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 parameter names into the
> > horrible Hungarian line noise format.
> Sorry, I thought we need to fix parameter names according to 
> MSDN :(
> Have we some policy about it? Will I change Hungarian notation to 
> readable names when possible?

Just don't change the name.

The *types* should be the same as MSDN, the *names* do not need to.

Ciao, Marcus



More information about the wine-devel mailing list