> For the complete documentation index, see [llms.txt](https://www.pinvoke.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pinvoke.dev/console/std_handle.md).

# STD\_HANDLE

```csharp
public enum STD_HANDLE : uint
{
    STD_INPUT_HANDLE = 4294967286U,
    STD_OUTPUT_HANDLE = 4294967285U,
    STD_ERROR_HANDLE = 4294967284U,
}
```
