@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Constants.CreateToolhelp32Snapshot dwFlags !!!!C# Constants: public class CreateToolhelp32SnapshotFlags { public const uint TH32CS_SNAPHEAPLIST = 0x00000001; public const uint TH32CS_SNAPPROCESS = 0x00000002; public const uint TH32CS_SNAPTHREAD = 0x00000004; public const uint TH32CS_SNAPMODULE = 0x00000008; public const uint TH32CS_SNAPMODULE32 = 0x00000010; public const uint TH32CS_SNAPALL = (TH32CS_SNAPHEAPLIST | TH32CS_SNAPPROCESS | TH32CS_SNAPTHREAD | TH32CS_SNAPMODULE); public const uint TH32CS_INHERIT = 0x80000000; } !!!!VB Constants: TODO !!!!Notes: Use as the first argument to CreateToolhelp32Snapshot() Documentation: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/createtoolhelp32snapshot.asp
Edit kernel32.CreateTo...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.