Implemented CreateToolhelp32Snapshot, including two of the routines
commit3f8e1e4d444b66764389e5caa1c121fed2092031
authorPatrick Spinler <spinler.patrick@mayo.edu>
Fri, 11 Dec 1998 15:04:11 +0000 (11 15:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 11 Dec 1998 15:04:11 +0000 (11 15:04 +0000)
tree9b9bb413cdd942a0f6ed458f4899cfc8dab0eba6
parentbc93bc833e4b730627d0b2167ce6dc95190b3e88
Implemented CreateToolhelp32Snapshot, including two of the routines
using snapshots, Process32First and Process32Next.
include/process.h
include/tlhelp32.h [new file with mode: 0644]
include/toolhelp.h
misc/toolhelp.c
scheduler/k32obj.c
scheduler/process.c