<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ah, right you are, thanks.<br>
<br>
I guess that should have read &#39;most obviously incorrect&#39;.<br>
<br>
I cannot find any reference to GetNamedSecurityInfoEx with or without<br>
the A or W on <a href="http://www.msdn.microsoft.com" target="_blank">http://www.msdn.microsoft.com</a>. &nbsp;I have looked several<br>
times over the last six months or so. &nbsp;Is there another MSDN somewhere ?<br>
<br>
GetSecurityInfoExW and (there is no stub for) GetSecurityInfoExA have<br>
prototypes in include/aclapi.h. &nbsp;Would that be an appropriate .h to add<br>
 &nbsp;prototypes for GetNamedSecurityInfoExA and GetNamedSecurityInfoExW to ?<br>
<br>
If you would like I could add a stub for GetSecurityInfoExA too. &nbsp;One<br>
patch or two ?</blockquote><div><br>i think you can use aclapi.h for it&#39;s prototypes, GetNamedSecurityInfoA/W are already there so...<br>it&#39;s weird that these are not documented in the SDK i think... but it&#39;s not the first.<br>
you should just do stubs of what is needed, so if there is no imeadiate need to stub GetSecurityInfoExA... but you can do it if you feel like :P<br>send one patch for each AW pair, stub, spec and prototype in each patch. <br>
</div></div><br>