Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "ACL_INFORMATION_CLASS" in [All]

advapi32

.

        ACL_INFORMATION_CLASS dwAclInformationClass

.

    enum ACL_INFORMATION_CLASS

.

                GetAclInformation(pAcl, ref AclSize, (uint)Marshal.SizeOf(typeof(ACL_SIZE_INFORMATION)), ACL_INFORMATION_CLASS.AclSizeInformation);

.

static extern bool GetAclInformation(IntPtr pAcl, IntPtr pAclInformation, uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass);

.

static extern bool GetAclInformation(IntPtr pAcl, ref ACL_REVISION_INFORMATION pAclInformation, uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass);

.

static extern bool GetAclInformation(IntPtr pAcl, ref ACL_SIZE_INFORMATION pAclInformation, uint nAclInformationLength, ACL_INFORMATION_CLASS dwAclInformationClass);

.

ACL_INFORMATION_CLASS

Enums

.

enum ACL_INFORMATION_CLASS

.

Enum ACL_INFORMATION_CLASS

.
Documentation
[ACL_INFORMATION_CLASS] on MSDN

Structures

.

Pass ACL_INFORMATION_CLASS.AclRevisionInformation to GetAclInformation to fill this struct.

.

Pass ACL_INFORMATION_CLASS.AclSizeInformation to GetAclInformation to fill this struct.


 
Access PInvoke.net directly from VS: