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.
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_AVAILABLEhas 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.