http://bugs.winehq.org/show_bug.cgi?id=32360
--- Comment #1 from Erich Hoover ehoover@mines.edu 2012-12-04 10:51:02 CST --- (In reply to comment #0)
... So GetNamedSecurityInfoW() needs to support SE_SERVICE type (patches sent for that already) and SE_REGISTRY_KEY (could be done on top of RegGetKeySecurity() I think). Issue seems to be related to out parameters explicitly zeroed now, while before original patch from bug 32327 they were untouched.
Do you think we should not zero out the parameters to make the failure case better?