| 140 | |
| 141 | |
| 142 | void RegistryKey::CheckPredefinedKey() { |
| 143 | if ((DWORD_PTR)_hKey & 0xf000000000000000) |
| 144 | _own = false; |
| 145 | } |
| 146 | |
| 147 | NTSTATUS RegistryKey::DeleteKey() { |
| 148 | return ZwDeleteKey(_hKey); |
nothing calls this directly
no outgoing calls
no test coverage detected