[NTDLL][USER32]: Stub out two APIs that are called by Win32 dlls:
[reactos.git] / reactos / win32ss / user / user32 / misc / winsta.c
index f416dd1..a5ecc5c 100644 (file)
@@ -285,6 +285,16 @@ EnumWindowStationsW(WINSTAENUMPROCW EnumFunc,
 }
 
 
+/*
+ * @unimplemented on Win32k side
+ */
+BOOL WINAPI
+GetWinStationInfo(PVOID pUnknown)
+{
+    return (BOOL)NtUserCallOneParam((DWORD_PTR)pUnknown, ONEPARAM_ROUTINE_GETWINSTAINFO);
+}
+
+
 /*
  * @implemented
  */