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 GetFailureCode method gets the bug check code or exception code of a DebugFailureAnalysis object.
Syntax
ULONG GetFailureCode();
Return value
This method returns a bug check code or an exception code.
Remarks
When the !analyze debugger command runs in response to a code failure, the analysis engine creates a DebugFailureAnalysis object to store data that describes and categorizes the failure. If the failure being analyzed is a bug check, this method returns a bug check code. If the failure being analyzed is an exception, this method returns an exception code.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | extsfns.h |