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/includ... ============================================================================== --- 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);