From e3dacbb9f60177716269d8fd7f41444210488635 Mon Sep 17 00:00:00 2001
From: E O <59941851+edcdecl@users.noreply.github.com>
Date: Mon, 10 Mar 2025 23:40:42 -0500
Subject: [PATCH] IActiveIMMap is not a real interface; replaced with
IActiveIMMApp
---
sdk-api-src/content/winuser/nf-winuser-registerclassa.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk-api-src/content/winuser/nf-winuser-registerclassa.md b/sdk-api-src/content/winuser/nf-winuser-registerclassa.md
index 0e9c5eafefbe..fb74003e2115 100644
--- a/sdk-api-src/content/winuser/nf-winuser-registerclassa.md
+++ b/sdk-api-src/content/winuser/nf-winuser-registerclassa.md
@@ -76,7 +76,7 @@ A pointer to a WNDCL
Type: ATOM
-If the function succeeds, the return value is a class atom that uniquely identifies the class being registered. This atom can only be used by the CreateWindow, CreateWindowEx, GetClassInfo, GetClassInfoEx, FindWindow, FindWindowEx, and UnregisterClass functions and the IActiveIMMap::FilterClientWindows method.
+If the function succeeds, the return value is a class atom that uniquely identifies the class being registered. This atom can only be used by the CreateWindow, CreateWindowEx, GetClassInfo, GetClassInfoEx, FindWindow, FindWindowEx, and UnregisterClass functions and the IActiveIMMApp::FilterClientWindows method.
If the function fails, the return value is zero. To get extended error information, call GetLastError.