На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

GetAclInformation



The GetAclInformation function retrieves information about an access-control list (ACL).

BOOL GetAclInformation(

PACL pAcl, // pointer to access-control list
LPVOID pAclInformation, // pointer to ACL information
DWORD nAclInformationLength, // size of ACL information
ACL_INFORMATION_CLASS dwAclInformationClass // class of requested information
);


Parameters

pAcl

Points to an ACL structure. The function retrieves information about this ACL.

pAclInformation

Points to a buffer receiving the requested information. The structure put into the buffer depends on the information class requested in the dwAclInformationClass parameter.

nAclInformationLength

Specifies the size, in bytes, of the buffer pointed to by the pAclInformation parameter.

dwAclInformationClass

Specifies an ACL_INFORMATION_CLASS enumerated type that gives the class of information requested. This parameter can be one of two values from this enumerated type. If the value is AclRevisionInformation, the function fills the buffer pointed to by the pAclInformation parameter with an ACL_REVISION_INFORMATION structure.
If the value is AclSizeInformation, the function fills the buffer pointed to by the pAclInformation parameter with an ACL_SIZE_INFORMATION structure.



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.

See Also

ACL, ACL_REVISION_INFORMATION, ACL_SIZE_INFORMATION, GetAce, InitializeAcl, IsValidAcl, SetAclInformation


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

GetAclInformation



Функция GetAclInformation извлекает информацию о иметь доступ к-управляющему списку (ACL).

BOOL GetAclInformation(

PACL pAcl, // УКАЗАТЕЛЬ на имеет доступ к-управляющему списку LPVOID pAclInformation, // указателю в информацию ACL DWORD nAclInformationLength, // размер информации ACL класса ACL_INFORMATION_CLASS dwAclInformationClass // запрошенной информации
);


Параметры

pAcl

Точки на структуру ACL. Функция извлекает информацию об этом ACL.

pAclInformation

Точки на буфер, получающие запрошенную информацию. Структура помещенная в буфер зависит от информационного класса запрошенного в параметре dwAclInformationClass.

nAclInformationLength

Определяет размер, в байтах, буфера указанного, чтобы параметром pAclInformation.

dwAclInformationClass

Определяет ACL_INFORMATION_CLASS перечислившее тип, что дает класс информации запрашивался. Этот параметр может быть одна из двух величин из этого перечислившее тип. Если величина - AclRevisionInformation, функция заполняет буфер указанный, чтобы параметром pAclInformation со структурой ACL_REVISION_INFORMATION.
Если величина - AclSizeInformation, функция заполняет буфер указанный, чтобы параметром pAclInformation со структурой ACL_SIZE_INFORMATION.



Обратные Величины

Если функция добивается успеха, обратная величина ненулевая.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Смотри Также

ACL, ACL_REVISION_INFORMATION, ACL_SIZE_INFORMATION, GetAce, InitializeAcl, IsValidAcl, SetAclInformation


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz