PssQueryInformationClass Enumeration

Specifies what information PssQuerySnapshot(IntPtr, PssQueryInformationClass, IntPtr, UInt32) function returns.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum PssQueryInformationClass

Remarks

Members

ProcessInformarion 0 Returns a PssProcessInformation structure, with information about the original process.
VirtualAddressCloneInformation 1 Returns a PssVirtualAddressCloneInformation structure, with a handle to the VA clone.
AuxiliaryPagesInformation 2 Returns a PssAuxiliaryPagesInformation structure, which contains the count of auxiliary pages captured.
VirtualAddressSpaceInformation 3 Returns a PssVirtualAddressSpaceInformation structure, which contains the count of regions captured.
HandleInformation 4 Returns a PssHandleInformation structure, which contains the count of handles captured.
ThreadInformation 5 Returns a PssThreadInformation structure, which contains the count of threads captured.
HandleTraceInformation 6 Returns a PssHandleTraceInformation structure, which contains a handle to the handle trace section, and its size.
PerformanceCounters 7 Returns a PssPerformanceCounters structure, which contains various performance counters.

See Also