DkmProcess.RemoveSnapshotById(UInt32) Method

Definition

Remove the process snapshots for this process.

This API was introduced in Visual Studio 15 Update 5 (DkmApiVersion.VS15Update5).

public:
 void RemoveSnapshotById(System::UInt32 SnapshotId);
public void RemoveSnapshotById (uint SnapshotId);
member this.RemoveSnapshotById : uint32 -> unit
Public Sub RemoveSnapshotById (SnapshotId As UInteger)

Parameters

SnapshotId
UInt32

[In] The id for the snapshot to be removed.

Applies to