PSS_HANDLE_TRACE_INFORMATION structure (processsnapshot.h)

Holds handle trace information returned by PssQuerySnapshot.

Syntax

typedef struct {
  HANDLE SectionHandle;
  DWORD  Size;
} PSS_HANDLE_TRACE_INFORMATION;

Members

SectionHandle

A handle to a section containing the handle trace information.

Size

The size of the handle trace section, in bytes.

Remarks

PssQuerySnapshot returns a PSS_HANDLE_TRACE_INFORMATION structure when the PSS_QUERY_INFORMATION_CLASS member that the caller provides it is PSS_QUERY_HANDLE_TRACE_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