 |
GetAce ..msdn Add comment W32 Constants Translate this page |
 |
 |
Obtains a pointer to an access control entry (ACE) in an access control list (ACL).
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GetAce(
PACL pAcl,
DWORD dwAceIndex,
LPVOID* pAce
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetAce IN advapi32;
INTEGER pAcl,;
INTEGER dwAceIndex,;
INTEGER @pAce
|
 |
 |
 |
| Parameters: |
 |
pAcl
[in] A pointer to an ACL that contains the ACE to be retrieved.
dwAceIndex
[in] The index of the ACE to be retrieved. A value of zero corresponds to the first ACE in the ACL, a value of one to the second ACE, and so on.
pAce
[out] A pointer to a pointer that the function sets to the address of the ACE. |
 |
 |
| Return value: |
 |
| If the function succeeds, the function returns nonzero. |
 |
 |
| Word Index links for the GetAce : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-05-30 11:10:29 | | Modified: | 2006-05-30 11:11:39 | Visited in last 7 days: 13 |