PSS_THREAD_INFORMATION structure (processsnapshot.h)

Holds thread information returned by PssQuerySnapshot.

Syntax

typedef struct {
  DWORD ThreadsCaptured;
  DWORD ContextLength;
} PSS_THREAD_INFORMATION;

Members

ThreadsCaptured

The count of threads in the snapshot.

ContextLength

The length of the CONTEXT record captured, in bytes.

Remarks

PssQuerySnapshot returns a PSS_THREAD_INFORMATION structure when the PSS_QUERY_INFORMATION_CLASS member that the caller provides it is PSS_QUERY_THREAD_INFORMATION.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps only]
Minimum supported server Windows Server 2012 R2 [desktop apps only]
Header processsnapshot.h

See also

Process Snapshotting