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

advapi32

.

  static extern int GetAce(IntPtr aclPtr, int aceIndex, out IntPtr acePtr);

.

  static extern bool GetAce(IntPtr aclPtr, int aceIndex, out IntPtr acePtr); // returns bool per MS

.

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

.

    static extern int GetAce(

.

                    err = GetAce(pAcl, i, out pAce);

.
Documentation
[GetAce] on MSDN

 
Access PInvoke.net directly from VS: