|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetSecurityDescriptorLength
The GetSecurityDescriptorLength function returns the length, in bytes, of a structurally valid SECURITY_DESCRIPTOR structure. The length includes the length of all associated structures, such as SID and ACL structures.
DWORD GetSecurityDescriptorLength(
PSECURITY_DESCRIPTOR pSecurityDescriptor // address of security descriptor );
Parameters
pSecurityDescriptor
Points to the SECURITY_DESCRIPTOR structure whose length the function returns. The SECURITY_DESCRIPTOR structure is assumed to be valid.
Return Values
If the function succeeds, the return value is the length, in bytes, of the SECURITY_DESCRIPTOR structure. If the SECURITY_DESCRIPTOR structure is invalid, the return value is undefined.
Remarks
The minimum length of a security descriptor is SECURITY_DESCRIPTOR_MIN_LENGTH. A security descriptor of this length has no associated SID or ACL structures.
See Also
GetSecurityDescriptorControl, GetSecurityDescriptorDacl, GetSecurityDescriptorGroup, GetSecurityDescriptorOwner, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetSecurityDescriptorLength
Функция GetSecurityDescriptorLength возвращает длину, в байтах, структурно правильной структуры SECURITY_DESCRIPTOR. Длина включает длину всех связавшую структуры, как например, SID и структуры ACL.
DWORD GetSecurityDescriptorLength(
pSecurityDescriptor / PSECURITY_DESCRIPTOR/ адрес дескриптора безопасности );
Параметры
pSecurityDescriptor
Точки на структуру SECURITY_DESCRIPTOR чьей длины функция возвращается. Структура SECURITY_DESCRIPTOR принята, чтобы быть в силе.
Обратные Величины
Если функция добивается успеха, обратная величина является длиной, в байтах, структуры SECURITY_DESCRIPTOR. Если структура SECURITY_DESCRIPTOR недействительна, обратная величина неопределенная.
Замечания
Минимальная длина дескриптора безопасности - SECURITY_DESCRIPTOR_MIN_LENGTH. Дескриптор безопасности этой длины не имеет связанные SID или структуры ACL.
Смотри Также
GetSecurityDescriptorControl, GetSecurityDescriptorDacl, GetSecurityDescriptorGroup, GetSecurityDescriptorOwner, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR
|
|
|
|
| |