15 references to ERROR_SUCCESS
ComSvcConfig (15)
ComAdminWrapper.cs (4)
280
if (SafeNativeMethods.
ERROR_SUCCESS
== RegistryHandle.TryGetCorrectBitnessHKLMSubkey(is64bit, Wcf30RegistryKey, out regkey))
670
if (SafeNativeMethods.
ERROR_SUCCESS
== SafeNativeMethods.CLRCreateInstance(CLSID_CLRMetaHost, typeof(IClrMetaHost).GUID, out pCLRMetaHost))
680
while (SafeNativeMethods.
ERROR_SUCCESS
== enumUnknownPtr.Next(1, pUnk, out pceltFetched) && !isRuntimeVersionDetermined)
738
isFrameworkVersionSet = (SafeNativeMethods.
ERROR_SUCCESS
== SafeNativeMethods.GetRequestedRuntimeVersionForCLSID(classInfo.Clsid, version, versionStrSize, ref length, 0));
SafeNativeMethods.cs (11)
42
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| null == regHandle || regHandle.IsInvalid)
54
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| null == regHandle || regHandle.IsInvalid)
65
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| null == regHandle || regHandle.IsInvalid)
129
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| null == regHandle || regHandle.IsInvalid)
146
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| null == regHandle || regHandle.IsInvalid)
162
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| null == regHandle || regHandle.IsInvalid)
187
if (status == SafeNativeMethods.
ERROR_SUCCESS
)
198
if (status != SafeNativeMethods.
ERROR_SUCCESS
|| regHandle == null || regHandle.IsInvalid)
206
if (status != SafeNativeMethods.
ERROR_SUCCESS
)
215
if (ret == SafeNativeMethods.
ERROR_SUCCESS
)
228
if (SafeNativeMethods.RegCloseKey(handle) == SafeNativeMethods.
ERROR_SUCCESS
)