Author: akhaldi
Date: Sat Sep 14 18:39:19 2013
New Revision: 60114
URL:
http://svn.reactos.org/svn/reactos?rev=60114&view=rev
Log:
[CLUSAPI]
* Sync with Wine 1.7.1.
Modified:
trunk/reactos/dll/win32/clusapi/clusapi.c
trunk/reactos/dll/win32/clusapi/clusapi.spec
trunk/reactos/include/psdk/clusapi.h
trunk/reactos/media/doc/README.WINE
Modified: trunk/reactos/dll/win32/clusapi/clusapi.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/clusapi/clusapi.…
==============================================================================
--- trunk/reactos/dll/win32/clusapi/clusapi.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/clusapi/clusapi.c [iso-8859-1] Sat Sep 14 18:39:19 2013
@@ -28,6 +28,20 @@
#include <wine/debug.h>
WINE_DEFAULT_DEBUG_CHANNEL(clusapi);
+
+/***********************************************************************
+ * GetClusterInformation (CLUSAPI.@)
+ *
+ */
+DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR lpszClusterName,
+ LPDWORD lpcchClusterName, LPCLUSTERVERSIONINFO
lpClusterInfo)
+{
+ FIXME("(%p, %p, %p, %p) stub!\n", hCluster, lpszClusterName,
lpcchClusterName, lpClusterInfo);
+
+ *lpcchClusterName = 0;
+
+ return ERROR_SUCCESS;
+}
/***********************************************************************
* GetNodeClusterState (CLUSAPI.@)
Modified: trunk/reactos/dll/win32/clusapi/clusapi.spec
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/clusapi/clusapi.…
==============================================================================
--- trunk/reactos/dll/win32/clusapi/clusapi.spec [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/clusapi/clusapi.spec [iso-8859-1] Sat Sep 14 18:39:19 2013
@@ -70,7 +70,7 @@
@ stub GetClusterFromResource
@ stub GetClusterGroupKey
@ stub GetClusterGroupState
-@ stub GetClusterInformation
+@ stdcall GetClusterInformation(ptr ptr ptr ptr)
@ stub GetClusterKey
@ stub GetClusterNetInterface
@ stub GetClusterNetInterfaceKey
Modified: trunk/reactos/include/psdk/clusapi.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/clusapi.h?rev…
==============================================================================
--- trunk/reactos/include/psdk/clusapi.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/clusapi.h [iso-8859-1] Sat Sep 14 18:39:19 2013
@@ -26,7 +26,24 @@
typedef struct _HCLUSTER *HCLUSTER;
typedef struct _HCLUSENUM *HCLUSENUM;
+
+typedef struct _CLUSTERVERSIONINFO
+{
+ DWORD dwVersionInfoSize;
+ WORD MajorVersion;
+ WORD MinorVersion;
+ WORD BuildNumber;
+ WCHAR szVendorId[64];
+ WCHAR szCSDVersion[64];
+ DWORD dwClusterHighestVersion;
+ DWORD dwClusterLowestVersion;
+ DWORD dwFlags;
+ DWORD dwReserved;
+} CLUSTERVERSIONINFO, *LPCLUSTERVERSIONINFO;
+
BOOL WINAPI CloseCluster(HCLUSTER hCluster);
+DWORD WINAPI GetClusterInformation(HCLUSTER hCluster, LPWSTR lpszClusterName,
+ LPDWORD lpcchClusterName, LPCLUSTERVERSIONINFO
lpClusterInfo);
DWORD WINAPI GetNodeClusterState(LPCWSTR lpszNodeName, LPDWORD pdwClusterState);
HCLUSTER WINAPI OpenCluster(LPCWSTR lpszClusterName);
HCLUSENUM WINAPI ClusterOpenEnum(HCLUSTER hCluster, DWORD dwType);
Modified: trunk/reactos/media/doc/README.WINE
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/README.WINE?rev=…
==============================================================================
--- trunk/reactos/media/doc/README.WINE [iso-8859-1] (original)
+++ trunk/reactos/media/doc/README.WINE [iso-8859-1] Sat Sep 14 18:39:19 2013
@@ -57,7 +57,7 @@
reactos/dll/win32/bcrypt # Synced to Wine-1.5.26
reactos/dll/win32/browseui # Out of sync
reactos/dll/win32/cabinet # Synced to Wine-1.5.26
-reactos/dll/win32/clusapi # Synced to Wine-1.5.26
+reactos/dll/win32/clusapi # Synced to Wine-1.7.1
reactos/dll/win32/comcat # Synced to Wine-1.5.4
reactos/dll/win32/comctl32 # Synced to Wine 1.5.26
reactos/dll/win32/comdlg32 # Synced to Wine 1.3.37