Fixed definition of ScmrChangeServiceConfigW:

- lpBinaryPathName must be a [unique] pointer.

svn path=/trunk/; revision=18742
This commit is contained in:
Eric Kohl 2005-10-24 17:13:08 +00:00
parent 4c02f58b0c
commit 43e26abb6c

View file

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