[IMM32] Imm(Lock|Unlock)ImeDpi and ImmSetOpenStatus (#3830)
[reactos.git] / win32ss / user / ntuser / ntstubs.c
index 87d2c3e..5ebde8b 100644 (file)
@@ -630,10 +630,10 @@ Quit:
 DWORD
 APIENTRY
 NtUserQueryInputContext(
-    DWORD dwUnknown1,
+    HIMC hIMC,
     DWORD dwUnknown2)
 {
-    STUB;
+    TRACE("NtUserQueryInputContext(%p, 0x%lX)\n", hIMC, dwUnknown2);
     return 0;
 }