19 references to ERROR_SUCCESS
WsatConfig (19)
Configuration\CertificateManager.cs (1)
42if (ret != SafeNativeMethods.ERROR_SUCCESS)
Configuration\ClusterRegistryConfigurationProvider.cs (7)
58if (ret != SafeNativeMethods.ERROR_SUCCESS) 96if (ret != SafeNativeMethods.ERROR_SUCCESS) 119if (ret == SafeNativeMethods.ERROR_SUCCESS || ret == SafeNativeMethods.ERROR_MORE_DATA) 132if (ret == SafeNativeMethods.ERROR_SUCCESS) 155if (ret == SafeNativeMethods.ERROR_SUCCESS) 302if (ret == SafeNativeMethods.ERROR_SUCCESS) 359if (ret != SafeNativeMethods.ERROR_SUCCESS)
Configuration\ClusterSafeNativeMethods.cs (2)
66return ClusterCloseEnum(handle) == SafeNativeMethods.ERROR_SUCCESS; 78return ClusterRegCloseKey(handle) == SafeNativeMethods.ERROR_SUCCESS;
Configuration\MsdtcClusterUtils.cs (9)
156if (ret != SafeNativeMethods.ERROR_SUCCESS || ret == SafeNativeMethods.ERROR_MORE_DATA) 166if (ret != SafeNativeMethods.ERROR_SUCCESS) 227else if (ret == SafeNativeMethods.ERROR_SUCCESS || ret == SafeNativeMethods.ERROR_MORE_DATA) 232if (ret == SafeNativeMethods.ERROR_SUCCESS) 274else if (ret == SafeNativeMethods.ERROR_SUCCESS || ret == SafeNativeMethods.ERROR_MORE_DATA) 278if (ret == SafeNativeMethods.ERROR_SUCCESS) 285} while (ret == SafeNativeMethods.ERROR_SUCCESS); 304if (ret == SafeNativeMethods.ERROR_SUCCESS || ret == SafeNativeMethods.ERROR_MORE_DATA) 316if (ret == SafeNativeMethods.ERROR_SUCCESS)