PSS_AUXILIARY_PAGES_INFORMATION structure (processsnapshot.h)

Holds auxiliary pages information returned by PssQuerySnapshot.

Syntax

typedef struct {
  DWORD AuxPagesCaptured;
} PSS_AUXILIARY_PAGES_INFORMATION;

Members

AuxPagesCaptured

The count of auxiliary pages captured.

Remarks

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