[ros-diffs] [sserapion] 36469: Fix NetLocalGroupGetMembers prototype.

sserapion at svn.reactos.org sserapion at svn.reactos.org
Wed Sep 24 12:50:51 CEST 2008


Author: sserapion
Date: Wed Sep 24 05:50:50 2008
New Revision: 36469

URL: http://svn.reactos.org/svn/reactos?rev=36469&view=rev
Log:
Fix NetLocalGroupGetMembers prototype.

Modified:
    branches/ros-amd64-bringup/reactos/include/psdk/lmaccess.h

Modified: branches/ros-amd64-bringup/reactos/include/psdk/lmaccess.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/psdk/lmaccess.h?rev=36469&r1=36468&r2=36469&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/psdk/lmaccess.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/psdk/lmaccess.h [iso-8859-1] Wed Sep 24 05:50:50 2008
@@ -594,7 +594,7 @@
 NET_API_STATUS WINAPI NetLocalGroupDel(LPCWSTR,LPCWSTR);
 NET_API_STATUS WINAPI NetLocalGroupDelMember(LPCWSTR,LPCWSTR,PSID);
 NET_API_STATUS WINAPI NetLocalGroupGetMembers(LPCWSTR,LPCWSTR,DWORD,PBYTE*,DWORD,
-PDWORD,PDWORD,PDWORD);
+PDWORD,PDWORD,PDWORD_PTR);
 NET_API_STATUS WINAPI NetLocalGroupSetMembers(LPCWSTR,LPCWSTR,DWORD,PBYTE,DWORD);
 NET_API_STATUS WINAPI NetLocalGroupAddMembers(LPCWSTR,LPCWSTR,DWORD,PBYTE,DWORD);
 NET_API_STATUS WINAPI NetLocalGroupDelMembers(LPCWSTR,LPCWSTR,DWORD,PBYTE,DWORD);



More information about the Ros-diffs mailing list