|
From: Eric K. <ek...@rz...> - 2002-06-09 12:57:40
|
"Steven Edwards" <Ste...@ya...> wrote: > Your right. I was looking at rpcrt on mok last night and then looking at > the wine sources and I agree. What about psapi.dll? WINE seems to be > implemneting more ntapi support but the current psapi uses direct > wineserver calls. How muc of this can we make use of? If someone implements NtGetSystemInformation() in Wine and changes the psapi functions to use NtGetSystemInformation() we can use it. Otherwise we'll have to implement it ourselves. IIRC, the ReactOS NtGetSystemInformation() is still fairly incomplete. Eric |