| 259 | } |
| 260 | |
| 261 | _Use_decl_annotations_ |
| 262 | LSTATUS RegistryKey::DeleteValue(LPCTSTR lpszValue) noexcept { |
| 263 | ATLASSERT(_hKey); |
| 264 | return ::RegDeleteValue(_hKey, (LPTSTR)lpszValue); |
| 265 | } |
| 266 | |
| 267 | void RegistryKey::CheckPredefinedKey() { |
| 268 | if ((DWORD_PTR)_hKey & 0xf000000000000000) |
no outgoing calls
no test coverage detected