mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user