Changelog:
- dlls/advapi32/registry.c: Jaco Greeff jaco@puxedo.org
- Implementation of the RegFlushKey function
it seems however that RegFlushKey shouldn't close the handle
see for example (at the bottom of list... it seems this API confuses a lots of people) http://groups.google.com/groups?hl=fr&lr=&ie=UTF-8&threadm=39067...
Eric Pouech wrote:
it seems however that RegFlushKey shouldn't close the handle
... which actually make more sense since a "flush" shouldn't close the actual handle, well that is common knowledge. I'll revamp this tonight to only do the flush.
In addition, I've done extensive searching for code examples (everybody discussing this is confused, as you rightly pointed out) and from the eaxmples I've seen it still keeps the key open after a flush.
Greetings, Jaco