dotnet / dotnet/dotnet-api-docs
System.Printing.PrintQueueStatus enum value "NotAvailable" doc is misleading/incorrect
Open
area-WinForms
needs-area-label
untriaged
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
System.Printing.PrintQueueStatus is a .NET Wrapper for the values defined in
https://learn.microsoft.com/en-us/windows/win32/printdocs/printer-info-2 (Winspool.h)
The value `PRINTER_STATUS_NOT_AVAILABLE` has documentation: `The printer is not available for printing.`
The matchin value in the .NET wrapper (`NotAvailable`) has documentation: `Status information is unavailable.`
The .NET wrapper doc looks like an assumption and not real description.
Contributor guide
Assessment
This issue has not been assessed yet.