Lines Matching refs:LONG
99 LONG rc = RegQueryInfoKeyA( in GetSubValueCount()
124 LONG rc = RegQueryInfoKeyA( in GetSubKeyCount()
149 LONG rc = ERROR_SUCCESS; in GetSubKeyNames()
186 LONG rc = ERROR_SUCCESS; in GetSubValueNames()
224 LONG rc = RegQueryValueExA( in GetValue()
274 LONG rc = RegQueryValueExA( in GetValue()
335 LONG rc = RegOpenKeyExA( in Open()
391 LONG rc = RegCreateKeyExA( in CreateSubKey()
437 LONG rc = RegDeleteKeyA(m_hSubKey, UnicodeToAnsiString(Name).c_str()); in DeleteSubKey()
459 LONG rc = RegDeleteKeyA(m_hSubKey, UnicodeToAnsiString(Name).c_str()); in DeleteSubKeyTree()
486 LONG rc = RegDeleteValueA( in DeleteValue()
514 LONG rc = ERROR_SUCCESS; in SetValue()