Re: NetUserEnum

2006-01-29 Thread Stefan Leichter
the above string is not terminated (add ,0) Note: For 2 and 3 you need to adjust the count of memcpy or better use lstrcpy[n]W. By Stefan Am Samstag, 28. Januar 2006 06:02 schrieb suppandi: > Hi, > > I was trying to run notes7 and it was crashing because NetUserEnum() was > not im

Re: NetUserEnum

2006-01-28 Thread Vijay Kiran Kamuju
Hi, If you could also post the FIXME message or the winedebug trace it would be helpful. It would help us to locate if its a regression or unimplemented case. Thanks, VJ On 1/28/06, suppandi <[EMAIL PROTECTED]> wrote: > Hi, > > I was trying to run notes7 and it was crashing beca

NetUserEnum

2006-01-28 Thread suppandi
Hi, I was trying to run notes7 and it was crashing because NetUserEnum() was not implemented. So i tried writing a simple implementation. Could anybody have a look at this, and tell me whats wrong. Now notes just crashes without any doc. unfortunately i amn't a windows programmer to wr