mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
enable RQueryServiceObjectSecurity
svn path=/trunk/; revision=38625
This commit is contained in:
parent
542b6ccb3d
commit
eff0bbf89b
1 changed files with 1 additions and 5 deletions
|
@ -738,7 +738,6 @@ DWORD RQueryServiceObjectSecurity(
|
|||
DWORD cbBufSize,
|
||||
LPBOUNDED_DWORD_256K pcbBytesNeeded)
|
||||
{
|
||||
#if 0
|
||||
PSERVICE_HANDLE hSvc;
|
||||
PSERVICE lpService;
|
||||
ULONG DesiredAccess = 0;
|
||||
|
@ -782,7 +781,7 @@ DWORD RQueryServiceObjectSecurity(
|
|||
Status = RtlQuerySecurityObject(lpService->lpSecurityDescriptor,
|
||||
dwSecurityInformation,
|
||||
(PSECURITY_DESCRIPTOR)lpSecurityDescriptor,
|
||||
dwSecuityDescriptorSize,
|
||||
cbBufSize,
|
||||
&dwBytesNeeded);
|
||||
|
||||
/* FIXME: Unlock the service list */
|
||||
|
@ -807,9 +806,6 @@ DWORD RQueryServiceObjectSecurity(
|
|||
}
|
||||
|
||||
return dwError;
|
||||
#endif
|
||||
UNIMPLEMENTED;
|
||||
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue