PssWalkMarkerSetPosition function (processsnapshot.h)

Sets the position of a walk marker.

Syntax

DWORD PssWalkMarkerSetPosition(
  [in] HPSSWALK  WalkMarkerHandle,
  [in] ULONG_PTR Position
);

Parameters

[in] WalkMarkerHandle

A handle to the walk marker.

[in] Position

The position to set. This is a position that the PssWalkMarkerGetPosition function provided.

Return value

This function returns ERROR_SUCCESS on success or one of the following error codes.

All error codes are defined in winerror.h. Use FormatMessage with the FORMAT_MESSAGE_FROM_SYSTEM flag to get a message for an error code.

Requirements

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

See also

Process Snapshotting