2 references to ErrorInvalidParameter
WsatConfig (2)
Configuration\WsatServiceAddress.cs (1)
135
if (retVal != SafeNativeMethods.NoError && retVal != SafeNativeMethods.FileNotFound && retVal != SafeNativeMethods.
ErrorInvalidParameter
)
Configuration\WsatServiceCertificate.cs (1)
162
if (retVal != SafeNativeMethods.NoError && retVal != SafeNativeMethods.FileNotFound && retVal != SafeNativeMethods.
ErrorInvalidParameter
)