DeleakerClientApi_TakeSnapshotForProcessThread
Description
Make Deleaker take a snapshot for allocations that were created by specified process and thread only.
The returned value is the snapshot id.
The functions return once the snapshot is ready.
The function works for processes that are being monitored by Deleaker.
Syntax
C++
DWORD64 DeleakerClientApi_TakeSnapshotForProcessThread(
LPCTSTR szSnapshotName,
DWORD pid,
DWORD tid);
Parameters
szSnapshotName
It is the snapshot name. If it's NULL, the snapshot will have the default name.
pid
It is the process id, for which the snapshot is to be made.
tid
It is the thread id of the process.