RegistryRT
RegistryRT copied to clipboard
Access the registry from WinRT
Results
1
RegistryRT issues
Sort by
recently updated
recently updated
newest added
## Description When calling `QueryValue` for the first time in a .NET Native-compiled app, an exception is raised by `ntdll.dll` complaining about a heap corruption issue. ## Sample code ```...