Fixed definition of ScmrChangeServiceConfigW:
authorEric Kohl <eric.kohl@reactos.org>
Mon, 24 Oct 2005 17:13:08 +0000 (17:13 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Mon, 24 Oct 2005 17:13:08 +0000 (17:13 +0000)
- lpBinaryPathName must be a [unique] pointer.

svn path=/trunk/; revision=18742

reactos/include/idl/svcctl.idl

index 0327104..7b592ce 100644 (file)
@@ -74,14 +74,16 @@ cpp_quote("#endif")
   /* Function 9 */\r
   DWORD ScmrNotifyBootConfigStatus([in] handle_t BindingHandle,\r
                                    [in] BOOL BootAcceptable);\r
+\r
+\r
   /* Function 11 */\r
-  DWORD ScmrChangeServiceConfigW([in] handle_t BiningHandle,\r
+  DWORD ScmrChangeServiceConfigW([in] handle_t BindingHandle,\r
                                  [in] SC_HANDLE hSCManager,\r
                                  [in] DWORD dwServiceType,\r
                                  [in] DWORD dwStartType,\r
-                                [in] DWORD dwErrorControl,\r
-                                 [in, string, ref] LPCWSTR lpBinaryPathName,\r
-                                [in, string, unique] LPCWSTR lpLoadOrderGroup,\r
+                                 [in] DWORD dwErrorControl,\r
+                                 [in, string, unique] LPCWSTR lpBinaryPathName,\r
+                                 [in, string, unique] LPCWSTR lpLoadOrderGroup,\r
                                  [in, out, unique] LPDWORD lpdwTagId,\r
                                  [in, size_is(dwDependenciesLength), unique] LPCWSTR lpDependencies,\r
                                  [in] DWORD dwDependenciesLength,\r