Esempio n. 1
0
 internal static extern int GetClusterNotify([In] AmClusterNotifyHandle hChange, out IntPtr dwNotifyKey, out ClusterNotifyFlags dwFilter, [MarshalAs(UnmanagedType.LPWStr)][In][Out] StringBuilder lpszName, [In][Out] ref uint cbNameSize, [In] uint dwMillisecTimeout);
Esempio n. 2
0
 internal static extern int RegisterClusterNotify([In] AmClusterNotifyHandle hChange, [In] ClusterNotifyFlags dwFilter, [In] SafeHandle hObject, [In] IntPtr dwNotifyKey);
Esempio n. 3
0
 internal static extern AmClusterNotifyHandle CreateClusterNotifyPort([In] AmClusterNotifyHandle hChange, [In] AmClusterHandle hCluster, [In] ClusterNotifyFlags dwFilter, [In] IntPtr dwNotifyKey);