 |
GetAclInformation ..msdn Add comment W32 Constants Translate this page |
 |
 |
Retrieves information about an access control list (ACL).
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL GetAclInformation(
PACL pAcl,
LPVOID pAclInformation,
DWORD nAclInformationLength,
ACL_INFORMATION_CLASS dwAclInformationClass
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetAclInformation IN advapi32;
INTEGER pAcl,;
STRING @pAclInformation,;
LONG nAclInfoLen,;
INTEGER dwAclInfoClass
|
 |
 |
 |
| Parameters: |
 |
pAcl
[in] A pointer to an ACL. The function retrieves information about this ACL.
pAclInformation
[out] A pointer to a buffer to receive the requested information.
nAclInformationLength
[in] The size, in bytes, of the buffer pointed to by the pAclInformation parameter.
dwAclInformationClass
[in] A value of the ACL_INFORMATION_CLASS enumeration that indicates the class of information requested. |
 |
 |
| Return value: |
 |
| If the function succeeds, the function returns nonzero. |
 |
 |
| Word Index links for the GetAclInformation : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-05-30 11:08:22 | | Modified: | 2006-05-30 11:09:56 | Visited in last 7 days: 13 |