mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 07:40:09 +08:00
See https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/wdm/nf-wdm-rtlqueryregistryvalues The RTL_REGISTRY_OPTIONAL applies to the first parameter of the RtlQueryRegistryValues() function, not to the Flags member of the table entries. However, a RTL_QUERY_REGISTRY_REQUIRED flag exists to mark values whose existence is NOT optional. Problematic usage was introduced in the following modules: drivers/input/i8042prt: Commite7e959fb0(r30000) drivers/input/kbdclass: Commit5a77f871d(r18911) drivers/input/mouclass: Commitaeeab7d1f(r18906) drivers/input/sermouse: Commit3f348259c(r19100) rosapps/drivers/green : Commitc8a90f769(r21165)