From 9a64aac56d94661722532366cbdd5ac221ccd299 Mon Sep 17 00:00:00 2001 From: iPhilip Date: Sun, 16 Mar 2025 12:18:47 -0700 Subject: [PATCH] Update ne-wingdi-displayconfig_pixelformat.md Changed 0xFFFFFFFF to 0xFFFFFFFF for consistency with other enumerations, e.g. DISPLAYCONFIG_MODE_INFO_TYPE. --- .../content/wingdi/ne-wingdi-displayconfig_pixelformat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/wingdi/ne-wingdi-displayconfig_pixelformat.md b/sdk-api-src/content/wingdi/ne-wingdi-displayconfig_pixelformat.md index 051cf40063bb..c58a58086347 100644 --- a/sdk-api-src/content/wingdi/ne-wingdi-displayconfig_pixelformat.md +++ b/sdk-api-src/content/wingdi/ne-wingdi-displayconfig_pixelformat.md @@ -74,7 +74,7 @@ Indicates 32 BPP format. Indicates that the current display is not an 8, 16, 24, or 32 BPP GDI desktop mode. For example, a call to the QueryDisplayConfig function returns DISPLAYCONFIG_PIXELFORMAT_NONGDI if a DirectX application previously set the desktop to A2R10G10B10 format. A call to the SetDisplayConfig function fails if any pixel formats for active paths are set to DISPLAYCONFIG_PIXELFORMAT_NONGDI. -### -field DISPLAYCONFIG_PIXELFORMAT_FORCE_UINT32:0xffffffff +### -field DISPLAYCONFIG_PIXELFORMAT_FORCE_UINT32:0xFFFFFFFF Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value.