Re: server/snapshot.c and next_process

2005-06-03 Thread Rob Shearman
Paul Vriens wrote: Hi, I'm busy fixing up NtQuerySystemInformation. I've added a trace statement at line 694: TRACE("Processname : (%s), size(%d)\n", wine_dbgstr_w(procname)); This is because I want to change procname into a unicode string later on and just wanted to see what the content of p

server/snapshot.c and next_process

2005-06-03 Thread Paul Vriens
Hi, I'm busy fixing up NtQuerySystemInformation. I've added a trace statement at line 694: TRACE("Processname : (%s), size(%d)\n", wine_dbgstr_w(procname)); This is because I want to change procname into a unicode string later on and just wanted to see what the content of procname is. The trace