[ntdll/tests/info.c #3] Test for SystemProcessInformation

Paul Vriens paul.vriens at xs4all.nl
Thu Jun 9 01:25:23 CDT 2005


Hi,

here is the first test for SystemProcessInformation. As suggested by
Alexandre the OS we're running on is deduced from the size of the struct.

This test reveals two issues in our code:
- Our dwOffset should be 64 Byte smaller (will send a patch for that)
- Every process struct size contains also the ProcessName Unicode string.
This isn't the case on windows. I guess the process structs are in the
first part of the buffer and the processnames at the end. (this needs some
thinking whether this is needed at all on our side).

A third issue is that we have to be able to cope with NT (patch will follow).

Changelog
  Add test for SystemProcessInformation

Cheers,

Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name: info_3.c.diff
Type: text/x-patch
Size: 4490 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050609/fa6de825/info_3.c.bin


More information about the wine-patches mailing list