Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Writes a dump to a file.
Syntax
Parameters
DumpType
[in] A value from the DUMPTYPE enumeration that specifies the type of dump, for example, short or long.
pszDumpUrl
[in] The URL to write the dump to. Typically, this is in the form of file://c:\path\filename.ext, but may be any valid URL.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
A program dump would typically include the current stack frame, the stack itself, a list of the threads running in the program, and possibly any memory that the program owns.