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 "GetAclInformation" in [All]

advapi32

.

    static extern bool GetAclInformation(

.

                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);

.

Declare Function GetAclInformation Lib "advapi32.dll" (TODO) As TODO

.
Documentation
[GetAclInformation] on MSDN

Enums

.
Summary
Tells the GetAclInformation function what kind of information to return.

Structures

.
Summary
.

Pass ACL_INFORMATION_CLASS.AclRevisionInformation to GetAclInformation to fill this struct.

.
Summary
.

Pass ACL_INFORMATION_CLASS.AclSizeInformation to GetAclInformation to fill this struct.


 
Access PInvoke.net directly from VS: