[PATCH 1/4] advapi32: Support service objects in GetNamedSecurityInfo (try 4, rebased).

Erich E. Hoover ehoover at mymail.mines.edu
Wed Jan 30 15:34:33 CST 2013


The patches in this series fix a non-fatal page fault with the Visio
installer (Bug #32360).  Patches 1&2 implement support for service
objects (SE_SERVICE) and patches 3&4 implement support for registry
objects (SE_REGISTRY_KEY).  With these patches SetNamedSecurityInfo()
and GetNamedSecurityInfo() should now be back to normal.

This particular patch adds support for service objects (SE_SERVICE) in
GetNamedSecurityInfo by:
1) creating internal functions for accessing OpenSCManagerW and
OpenServiceW without setting the last error code, and
2) utilizing OpenSCManagerW, OpenServiceW, and CloseServiceHandle to
create (and close) a handle that is passed to GetSecurityInfo().
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-advapi32-Support-service-objects-in-GetNamedSecurity.patch
Type: application/octet-stream
Size: 6972 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130130/70f783ed/attachment.obj>


More information about the wine-patches mailing list