Lines Matching refs:ERROR_SUCCESS
105 else if (ERROR_SUCCESS != rc) in GetSubValueCount()
130 else if (ERROR_SUCCESS != rc) in GetSubKeyCount()
149 LONG rc = ERROR_SUCCESS; in GetSubKeyNames()
157 if (ERROR_SUCCESS != rc && in GetSubKeyNames()
168 else if (ERROR_NO_MORE_ITEMS != rc && ERROR_SUCCESS != rc) in GetSubKeyNames()
186 LONG rc = ERROR_SUCCESS; in GetSubValueNames()
194 if (ERROR_SUCCESS != rc && in GetSubValueNames()
205 else if (ERROR_NO_MORE_ITEMS != rc && ERROR_SUCCESS != rc) in GetSubValueNames()
236 else if (ERROR_SUCCESS != rc) in GetValue()
295 else if (ERROR_SUCCESS != rc) in GetValue()
346 else if (ERROR_SUCCESS != rc) in Open()
406 else if (ERROR_SUCCESS != rc) in CreateSubKey()
443 else if (ERROR_SUCCESS != rc) in DeleteSubKey()
465 else if (ERROR_SUCCESS != rc) in DeleteSubKeyTree()
496 else if (ERROR_SUCCESS != rc) in DeleteValue()
514 LONG rc = ERROR_SUCCESS; in SetValue()
543 else if (ERROR_SUCCESS != rc) in SetValue()