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.
The GetNumberDumpFiles method returns the number of files containing supporting information that were used when opening the current dump target.
Syntax
HRESULT GetNumberDumpFiles(
[out] PULONG Number
);
Parameters
[out] Number
Receives the number of files.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information about crash dump files, see Dump-File Targets.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |