Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
To capture dump file information about a particular process or thread, use CaptureDumpFileOnDevice. This function causes a dump file to be generated when the watched process is invoked.
The following code snippet shows how to use CaptureDumpFileOnDevice.
CaptureDumpFileOnDevice(ProcessID, ThreadID, PathToExtraFilesToUpload);
// ProcessID = 0 for current process
// ThreadID = 0 for current thread
// PathToExtraFilesToUpload can be NULL
See Also
Capturing a Dump File While Debugging | CaptureDumpFileOnDevice
Send Feedback on this topic to the authors