Description
This patch fixes several bugs in RegQueryValueExW:
- Don't set "type" to REG_NONE if "type" is NULL.
- Set "type" just to REG_NONE when:
- The handle is Valid but the value is NULL or Inexistent.
- The handle is Invalid but not NULL.
Attachments
Issue Links
- relates to
-
ROSTESTS-171 PATCH:Tests for RegQueryValueExW()
- Resolved