4 references to S_FALSE
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ProxyManager.cs (1)
125
return proxyCreator.SupportsErrorInfo(ref riid) ? HR.S_OK : HR.
S_FALSE
;
System\ServiceModel\ComIntegration\ServiceMoniker.cs (3)
47
return HR.
S_FALSE
;
127
return HR.
S_FALSE
;
136
return HR.
S_FALSE
;