Vanara/PInvoke/AclUI/CorrelationReport.md

36 lines
4.7 KiB
Markdown
Raw Normal View History

## Vanara.PInvoke.AclUI
2020-07-14 18:02:36 -04:00
PInvoke API (methods, structures and constants) imported from Windows AclUI.dll.
- Includes methods from aclui.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.AclUI?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.AclUI?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.AclUI)
### Methods - 100% API coverage (3 of 3 functions)
2019-09-05 23:03:18 -04:00
Native Method | Header | Managed Method
--- | --- | ---
2020-06-03 00:02:36 -04:00
[CreateSecurityPage](https://www.google.com/search?num=5&q=CreateSecurityPage+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.CreateSecurityPage](https://github.com/dahall/Vanara/search?l=C%23&q=CreateSecurityPage)
[EditSecurity](https://www.google.com/search?num=5&q=EditSecurity+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.EditSecurity](https://github.com/dahall/Vanara/search?l=C%23&q=EditSecurity)
[EditSecurityAdvanced](https://www.google.com/search?num=5&q=EditSecurityAdvanced+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.EditSecurityAdvanced](https://github.com/dahall/Vanara/search?l=C%23&q=EditSecurityAdvanced)
2018-06-06 14:05:52 -04:00
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
2020-06-03 00:02:36 -04:00
[EFFPERM_RESULT_LIST](https://www.google.com/search?num=5&q=EFFPERM_RESULT_LIST+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.EFFPERM_RESULT_LIST](https://github.com/dahall/Vanara/search?l=C%23&q=EFFPERM_RESULT_LIST)
[SECURITY_OBJECT](https://www.google.com/search?num=5&q=SECURITY_OBJECT+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.SECURITY_OBJECT](https://github.com/dahall/Vanara/search?l=C%23&q=SECURITY_OBJECT)
[SI_ACCESS](https://www.google.com/search?num=5&q=SI_ACCESS+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.SI_ACCESS](https://github.com/dahall/Vanara/search?l=C%23&q=SI_ACCESS)
[SI_INHERIT_TYPE](https://www.google.com/search?num=5&q=SI_INHERIT_TYPE+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.SI_INHERIT_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=SI_INHERIT_TYPE)
[SI_OBJECT_INFO](https://www.google.com/search?num=5&q=SI_OBJECT_INFO+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.SI_OBJECT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=SI_OBJECT_INFO)
[SID_INFO](https://www.google.com/search?num=5&q=SID_INFO+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.SID_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=SID_INFO)
2018-06-06 14:05:52 -04:00
### Interfaces
2019-09-05 23:03:18 -04:00
Native Interface | Header | Managed Interface
--- | --- | ---
2020-06-03 00:02:36 -04:00
[IEffectivePermission](https://www.google.com/search?num=5&q=IEffectivePermission+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.IEffectivePermission](https://github.com/dahall/Vanara/search?l=C%23&q=IEffectivePermission)
[IEffectivePermission2](https://www.google.com/search?num=5&q=IEffectivePermission2+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.IEffectivePermission2](https://github.com/dahall/Vanara/search?l=C%23&q=IEffectivePermission2)
[ISecurityInformation](https://www.google.com/search?num=5&q=ISecurityInformation+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.ISecurityInformation](https://github.com/dahall/Vanara/search?l=C%23&q=ISecurityInformation)
[ISecurityInformation2](https://www.google.com/search?num=5&q=ISecurityInformation2+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.ISecurityInformation2](https://github.com/dahall/Vanara/search?l=C%23&q=ISecurityInformation2)
[ISecurityInformation3](https://www.google.com/search?num=5&q=ISecurityInformation3+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.ISecurityInformation3](https://github.com/dahall/Vanara/search?l=C%23&q=ISecurityInformation3)
[ISecurityInformation4](https://www.google.com/search?num=5&q=ISecurityInformation4+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.ISecurityInformation4](https://github.com/dahall/Vanara/search?l=C%23&q=ISecurityInformation4)
[ISecurityObjectTypeInfo](https://www.google.com/search?num=5&q=ISecurityObjectTypeInfo+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.ISecurityObjectTypeInfo](https://github.com/dahall/Vanara/search?l=C%23&q=ISecurityObjectTypeInfo)
2020-12-24 13:00:18 -05:00
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[SI_ACCESS](https://www.google.com/search?num=5&q=SI_ACCESS+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.SI_ACCESS](https://github.com/dahall/Vanara/search?l=C%23&q=SI_ACCESS)
[SI_INHERIT_TYPE](https://www.google.com/search?num=5&q=SI_INHERIT_TYPE+site%3Adocs.microsoft.com) | aclui.h | [Vanara.PInvoke.AclUI.SI_INHERIT_TYPE](https://github.com/dahall/Vanara/search?l=C%23&q=SI_INHERIT_TYPE)