PSS_VA_CLONE_INFORMATION structure (processsnapshot.h)

Holds virtual address (VA) clone information returned by PssQuerySnapshot.

Syntax

typedef struct {
  HANDLE VaCloneHandle;
} PSS_VA_CLONE_INFORMATION;

Members

VaCloneHandle

A handle to the VA clone process.

Remarks

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