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