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
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