From 2b6f6d3e052c88d13cc6534712acffcc534a8ec2 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Fri, 28 Sep 2012 22:18:59 +0000 Subject: [PATCH] [LSASRV] Update LsarQueryDomainInformationPolicy and LsarSetDomainInformationPolicy according to the changes in the IDL file. svn path=/trunk/; revision=57417 --- reactos/dll/win32/lsasrv/lsarpc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/lsasrv/lsarpc.c b/reactos/dll/win32/lsasrv/lsarpc.c index 5e9742dd287..728172f0c09 100644 --- a/reactos/dll/win32/lsasrv/lsarpc.c +++ b/reactos/dll/win32/lsasrv/lsarpc.c @@ -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; -- 2.17.1