16 references to NoError
WsatConfig (16)
Configuration\Utilities.cs (2)
201int retCode = SafeNativeMethods.NoError; 207if (retCode != SafeNativeMethods.NoError)
Configuration\WsatServiceAddress.cs (7)
43int retVal = SafeNativeMethods.NoError; 49if (SafeNativeMethods.NoError == retVal) 74if (SafeNativeMethods.NoError == retVal) 90if (SafeNativeMethods.NoError != retVal) 108int retVal = SafeNativeMethods.NoError; 112if (SafeNativeMethods.NoError == retVal) 135if (retVal != SafeNativeMethods.NoError && retVal != SafeNativeMethods.FileNotFound && retVal != SafeNativeMethods.ErrorInvalidParameter)
Configuration\WsatServiceCertificate.cs (7)
43int retVal = SafeNativeMethods.NoError; 49if (SafeNativeMethods.NoError == retVal) 80if (SafeNativeMethods.NoError == retVal) 103if (SafeNativeMethods.NoError != retVal) 120int retVal = SafeNativeMethods.NoError; 126if (SafeNativeMethods.NoError == retVal) 162if (retVal != SafeNativeMethods.NoError && retVal != SafeNativeMethods.FileNotFound && retVal != SafeNativeMethods.ErrorInvalidParameter)