Console-Docs
Console-Docs copied to clipboard
Fix ExitError() param type in reading-input-buffer-events.md
The declaration uses a constant string pointer but the definition had used a non-constant string pointer. The example only uses constant strings, so unifying the types to LPCSTR should be okay. Otherwise, both should be LPSTR to anticipate non-constant strings.
Learn Build status updates of commit 6e759f9:
:white_check_mark: Validation status: passed
File | Status | Preview URL | Details |
---|---|---|---|
docs/reading-input-buffer-events.md | :white_check_mark:Succeeded | View |
For more details, please refer to the build report.
For any questions, please:
- Try searching the learn.microsoft.com contributor guides
- Post your question in the Learn support channel