mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
4795177ced
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: Commit |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
createclose.c | ||
dispatch.c | ||
green.c | ||
green.h | ||
green.inf | ||
green.rc | ||
keyboard.c | ||
misc.c | ||
pnp.c | ||
power.c | ||
screen.c |