16 references to ERROR_SUCCESS
System.ServiceModel (16)
System\ServiceModel\ComIntegration\SafeNativeMethods.cs (16)
581
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
602
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
622
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
675
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
695
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
714
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
740
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| regHandle == null || regHandle.IsInvalid)
762
if (status == SafeNativeMethods.
ERROR_SUCCESS
)
771
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
780
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| regHandle == null || regHandle.IsInvalid)
793
if (ret == SafeNativeMethods.
ERROR_SUCCESS
)
816
if (ret == SafeNativeMethods.
ERROR_SUCCESS
)
821
while (ret == SafeNativeMethods.
ERROR_SUCCESS
);
832
if (SafeNativeMethods.
ERROR_SUCCESS
== ret)
837
if (SafeNativeMethods.
ERROR_SUCCESS
== ret)
882
if (SafeNativeMethods.RegCloseKey(handle) == SafeNativeMethods.
ERROR_SUCCESS
)