SM/CSR: move win32k.sys loading from the SM to the Win32 user mode server.
[reactos.git] / reactos / include / sm / helper.h
index 3ca42df..ff22296 100644 (file)
@@ -30,5 +30,11 @@ SmQueryInformation (IN      HANDLE                SmApiPort,
                    IN OUT  PVOID                 Data,
                    IN      ULONG                 DataLength,
                    IN OUT  PULONG                ReturnedDataLength OPTIONAL);
-
+/* smlib/lookupss.c */
+NTSTATUS STDCALL
+SmLookupSubsystem (IN     PWSTR   Name,
+                  IN OUT PWSTR   Data,
+                  IN OUT PULONG  DataLength,
+                  IN OUT PULONG  DataType,
+                  IN     PVOID   Environment OPTIONAL);
 #endif /* ndef INCLUDE_SM_HELPER_H */