public enum PssQueryInformationClass
Public Enumeration PssQueryInformationClass
Dim instance As PssQueryInformationClass
public enum class PssQueryInformationClass
type PssQueryInformationClass
No code example is currently available or this language may not be supported.
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. |