Compartilhar via


Generating A Dump From A Watched Process (Windows CE 5.0)

Send Feedback

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.