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

advapi32

.

        ref ACL_SIZE_INFORMATION pAclInformation,

.

    struct ACL_SIZE_INFORMATION

.

                ACL_SIZE_INFORMATION AclSize = new ACL_SIZE_INFORMATION();

.

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

.

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

.

ACL_SIZE_INFORMATION

Structures

.
Documentation
[ACL_SIZE_INFORMATION] on MSDN
.

struct ACL_SIZE_INFORMATION

.

Structure ACL_SIZE_INFORMATION

.
Documentation
[ACL_SIZE_INFORMATION] on MSDN

 
Access PInvoke.net directly from VS: