DeleakerClientApi_TakeSnapshotForCurrentThread
Description
Make Deleaker take a snapshot for allocations that were created by current thread only.
The returned value is the snapshot id.
The functions return once the snapshot is ready.
It's useful when you want to monitor leaks for current thread only, and you are not aware of allocations from other threads.
Syntax
C++
DWORD64 DeleakerClientApi_TakeSnapshotForCurrentThread(LPCTSTR szSnapshotName);
Parameters
szSnapshotName
It is the snapshot name. If it's NULL, the snapshot will have the default name.