DkmProcess.RemoveSnapshotById(UInt32) 方法

定义

删除此进程的进程快照。

         此 API 是在 Visual Studio 15 Update 5 (VS15Update5) 中引入的。
public:
 void RemoveSnapshotById(System::UInt32 SnapshotId);
public void RemoveSnapshotById (uint SnapshotId);
member this.RemoveSnapshotById : uint32 -> unit
Public Sub RemoveSnapshotById (SnapshotId As UInteger)

参数

SnapshotId
UInt32

中要删除的快照的 id。

适用于