[NtQueryInformationProcess #2] Several stub implementations

Paul Vriens Paul.Vriens at xs4all.nl
Fri Jun 17 15:03:49 CDT 2005


Hi,

stubs implementations for:

ProcessVmCounters
ProcessTimes
ProcessHandleCount

and I changed ProcessIoCounters.

Tests will follow.

ProcessTimes needs 32 bytes which seems to be:

typedef struct _PROCESS_TIMES {
    FILETIME CreationTime;
    FILETIME ExitTime;
    FILETIME KernelTime;
    FILETIME UserTime;
} PROCESS_TIMES, *PPROCESS_TIMES;

PROCESS_TIMES is a name I made up as I don't seem to be able to find
another struct that matches. Is it ok to put that one in winternl.h ?

Changelog
  Stub implementations for ProcessVmCounters, ProcessTimes and ProcessHandleCount
  Changed ProcessIoCounters to match windows behavior

Cheers,

Paul.




-------------- next part --------------
A non-text attachment was scrubbed...
Name: NtQueryProcess_2.diff
Type: text/x-patch
Size: 3694 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20050617/3c197f5e/NtQueryProcess_2.bin


More information about the wine-patches mailing list