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.