docs: add BugSplat_IsWerEnabled to the Windows C API reference - #326
Merged
Conversation
The C++ class method IsWerEnabled was already documented, but the C API had no equivalent until bugsplat-windows#162 added one. Without it, P/Invoke and C consumers had no way to tell whether the WER path was armed. Notes what is lost when it returns 0, since WER registration fails silently when BugSplatWer.dll is missing or the registry value is absent. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
daveplunkett
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents
BugSplat_IsWerEnabled, added in bugsplat-windows#162.The C++
IsWerEnabled()method was already in the reference, but the C API had no equivalent — so P/Invoke and C consumers had no way to tell whether the WER path was armed. That matters because WER registration fails silently whenBugSplatWer.dllisn't beside the executable or theRuntimeExceptionHelperModulesvalue is missing, and what's lost is exactly the crashes nothing else can catch: stack buffer overrun, heap corruption, and__fastfail.The entry links to the existing Registry Changes section rather than repeating the setup.
Merge timing
Hold until bugsplat-windows#162 ships in a release, so the documented export exists in the SDK customers can download. It's queued for the next one.
🤖 Generated with Claude Code