Skip to content

Latest commit

 

History

History
75 lines (61 loc) · 2.23 KB

nf-processsnapshot-psswalkmarkerfree.md

File metadata and controls

75 lines (61 loc) · 2.23 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:processsnapshot.PssWalkMarkerFree
PssWalkMarkerFree function (processsnapshot.h)
Frees a walk marker created by PssWalkMarkerCreate.
PssWalkMarkerFree
PssWalkMarkerFree function
proc_snap.psswalkmarkerfree
processsnapshot/PssWalkMarkerFree
proc_snap\psswalkmarkerfree.htm
proc_snap
74158846-6A5F-4F81-B4D7-46DED1EE017C
12/05/2018
PssWalkMarkerFree, PssWalkMarkerFree function, proc_snap.psswalkmarkerfree, processsnapshot/PssWalkMarkerFree
processsnapshot.h
Windows
Windows 8.1 [desktop apps only]
Windows Server 2012 R2 [desktop apps only]
Kernel32.dll
Windows
19H1
PssWalkMarkerFree
processsnapshot/PssWalkMarkerFree
c++
APIRef
kbSyntax
DllExport
kernel32.dll
API-MS-Win-Core-Processsnapshot-l1-1-0.dll
KernelBase.dll
PssWalkMarkerFree

PssWalkMarkerFree function

-description

Frees a walk marker created by PssWalkMarkerCreate.

-parameters

-param WalkMarkerHandle [in]

A handle to the walk marker.

-returns

This function returns ERROR_SUCCESS on success.

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.

-remarks

If PssWalkMarkerCreate used AllocRoutine of a custom allocator to create the walk marker, PssWalkMarkerFree uses the FreeRoutine of the allocator.

-see-also

Process Snapshotting