|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
DeleteAce
The DeleteAce function deletes an ACE from an ACL.
An ACE is an access-control entry. An ACL is an access-control list.
BOOL DeleteAce(
PACL pAcl, // pointer to access-control list DWORD dwAceIndex // index of ACE position in ACL );
Parameters
pAcl
Points to an ACL structure. The ACE specified by the dwAceIndex parameter is removed from this ACL.
dwAceIndex
Specifies the ACE to delete. A value of 0 corresponds to the first ACE in the ACL, 1 to the second ACE, and so on.
Return Values
If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. To get extended error information, call GetLastError.
Remarks
An application can use the ACL_SIZE_INFORMATION structure retrieved by the GetAclInformation function to discover the size of the ACL and the number of ACEs it contains. The GetAce function retrieves information about an individual ACE.
See Also
ACL, ACL_SIZE_INFORMATION, AddAccessAllowedAce, AddAccessDeniedAce, AddAce, AddAuditAccessAce, GetAce, GetAclInformation
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
DeleteAce
Функция DeleteAce удаляет АСА из ACL.
АС является иметь доступ к-управляющему входу. ACL - иметь доступ к-управляющему списку.
BOOL DeleteAce(
PACL pAcl, // УКАЗАТЕЛЬ на имеет доступ к-управляющему индексу списка DWORD dwAceIndex // позиции АСА в ACL );
Параметры
pAcl
Точки на структуру ACL. АС определенный параметром dwAceIndex удален из этого ACL.
dwAceIndex
Определяет АСА, чтобы удаляться. Величина 0 переписывается первому АСУ в ACL, 1 второму АСУ, и так далее.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Приложение может использовать структуру ACL_SIZE_INFORMATION извлеченную функцией GetAclInformation, чтобы обнаруживать размер ACL и числа ПЕР.ТОК, которые он содержит. Функция GetAce извлекает информацию об индивидуальном АСЕ.
Смотри Также
ACL, ACL_SIZE_INFORMATION, AddAccessAllowedAce, AddAccessDeniedAce, AddAce, AddAuditAccessAce, GetAce, GetAclInformation
|
|
|
|
| |