advapi32: Trace the contents of the in parameter to GetServiceKeyNameW, not the out parameter.
This commit is contained in:
parent
8f07e6932b
commit
b9587e69e4
|
@ -1570,7 +1570,7 @@ BOOL WINAPI GetServiceKeyNameW( SC_HANDLE hSCManager, LPCWSTR lpDisplayName,
|
|||
WCHAR buffer[2];
|
||||
|
||||
TRACE("%p %s %p %p\n", hSCManager,
|
||||
debugstr_w(lpServiceName), lpDisplayName, lpcchBuffer);
|
||||
debugstr_w(lpDisplayName), lpServiceName, lpcchBuffer);
|
||||
|
||||
if (!hSCManager)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue