mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[LSASRV]
Update LsarQueryDomainInformationPolicy and LsarSetDomainInformationPolicy according to the changes in the IDL file. svn path=/trunk/; revision=57417
This commit is contained in:
parent
4c24708b08
commit
2b6f6d3e05
1 changed files with 2 additions and 2 deletions
|
@ -1869,7 +1869,7 @@ NTSTATUS WINAPI LsarSetPolicyReplicationHandle(
|
|||
NTSTATUS WINAPI LsarQueryDomainInformationPolicy(
|
||||
LSAPR_HANDLE PolicyHandle,
|
||||
POLICY_INFORMATION_CLASS InformationClass,
|
||||
unsigned long *PolicyInformation)
|
||||
PLSAPR_POLICY_DOMAIN_INFORMATION *PolicyInformation)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
|
@ -1880,7 +1880,7 @@ NTSTATUS WINAPI LsarQueryDomainInformationPolicy(
|
|||
NTSTATUS WINAPI LsarSetDomainInformationPolicy(
|
||||
LSAPR_HANDLE PolicyHandle,
|
||||
POLICY_INFORMATION_CLASS InformationClass,
|
||||
unsigned long PolicyInformation)
|
||||
PLSAPR_POLICY_DOMAIN_INFORMATION PolicyInformation)
|
||||
{
|
||||
UNIMPLEMENTED;
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
|
|
Loading…
Reference in a new issue