Skip to content

WinReg v6.4.0 Header-only Stable Release

Latest

Choose a tag to compare

@GiovanniDicanio GiovanniDicanio released this 22 Aug 18:34
4e1fab6

Added methods RegKey::GetRawValue and RegKey::TryGetRawValue to read raw binary data without type checking, using the RRF_RT_ANY flag with the RegGetValueW Registry API (so they can be used to read less documented or not documented data types like REG_RESOURCE_LIST, REG_FULL_RESOURCE_DESCRIPTOR, etc. - Issue #77 ).