27 references to ERROR_SUCCESS
WsatUI (27)
Configuration\CertificateManager.cs (3)
42if (ret != SafeNativeMethods.ERROR_SUCCESS) 81if (ret != SafeNativeMethods.ERROR_SUCCESS) 92if (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\ETWWsatTraceSession.cs (6)
36if (err != SafeNativeMethods.ERROR_SUCCESS) 67if (err == SafeNativeMethods.ERROR_SUCCESS) 74if (err != SafeNativeMethods.ERROR_SUCCESS || IsSessionExist()) 97if (err == SafeNativeMethods.ERROR_SUCCESS) 259if (err != SafeNativeMethods.ERROR_SUCCESS) 284if (err != 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)