From 2405bae5f578beb03c69e92e0e8f1647ea179d98 Mon Sep 17 00:00:00 2001 From: cherutira cherutira da da da <137518916+ccatgirl@users.noreply.github.com> Date: Mon, 11 Aug 2025 21:56:09 -0500 Subject: [PATCH] Fix broken link to RegisterClass --- sdk-api-src/content/winuser/nf-winuser-createwindowexa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/winuser/nf-winuser-createwindowexa.md b/sdk-api-src/content/winuser/nf-winuser-createwindowexa.md index d5d4977dc6aa..6ba9cc78177d 100644 --- a/sdk-api-src/content/winuser/nf-winuser-createwindowexa.md +++ b/sdk-api-src/content/winuser/nf-winuser-createwindowexa.md @@ -79,7 +79,7 @@ Type: LPCTSTR A null-terminated string or a class atom. -If a null-terminated string, it specifies the window class name. The class name can be any name registered with the RegisterClass or RegisterClassEx function, provided that the module that registers the class is also the module that creates the window. The class name can also be any of the predefined system class names. +If a null-terminated string, it specifies the window class name. The class name can be any name registered with the RegisterClass or RegisterClassEx function, provided that the module that registers the class is also the module that creates the window. The class name can also be any of the predefined system class names. If a class atom created by a previous call to RegisterClass or RegisterClassEx, it must be converted using the macro MAKEINTATOM. (The atom must be in the low-order word of lpClassName; the high-order word must be zero.)