.
C# Definition:
[Flags]
public enum SnapshotFlags : uint
{
HeapList = 0x00000001,
Process = 0x00000002,
Thread = 0x00000004,
Module = 0x00000008,
Module32 = 0x00000010,
Inherit = 0x80000000,
All = 0x0000001F
}
VB Definition:
Enum SnapshotFlags
TODO
End Enum
Notes:
None.
The CreateToolhelp32Snapshot API
5/16/2012 10:18:22 AM - -87.82.247.18
