|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetSecurityDescriptorGroup
The GetSecurityDescriptorGroup function retrieves the primary group information from a security descriptor.
BOOL GetSecurityDescriptorGroup(
PSECURITY_DESCRIPTOR pSecurityDescriptor, // address of security descriptor PSID *pGroup, // address of pointer to group security identifier (SID) LPBOOL lpbGroupDefaulted // address of flag for default );
Parameters
pSecurityDescriptor
Points to a SECURITY_DESCRIPTOR structure whose primary group information the function retrieves.
pGroup
Points to a pointer to a SID structure identifying the primary group when the function returns. (A SID is a security identifier.) If the security descriptor does not contain a primary group, the function sets the pointer pointed to by pGroup to NULL and ignores the remaining output parameter, lpbGroupDefaulted. If the security descriptor contains a primary group, the function sets the pointer pointed to by pGroup to the address of the security descriptor's group SID structure and provides a valid value for the variable pointed to by lpbGroupDefaulted.
lpbGroupDefaulted
Points to a flag set to the value of the SE_GROUP_DEFAULTED flag in the SECURITY_DESCRIPTOR_CONTROL structure when the function returns. If the value stored in the variable pointed to by the pGroup parameter is NULL, no value is set.
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
GetSecurityDescriptorControl, GetSecurityDescriptorDacl, GetSecurityDescriptorLength, GetSecurityDescriptorOwner, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL, SetSecurityDescriptorGroup, SID
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetSecurityDescriptorGroup
Функция GetSecurityDescriptorGroup извлекает первичную групповую информацию из дескриптора безопасности.
BOOL GetSecurityDescriptorGroup(
pSecurityDescriptor PSECURITY_DESCRIPTOR, // адрес дескриптора безопасности PSID *pGroup, // адрес указателя, чтобы группировать идентификатор безопасности (SID) LPBOOL lpbGroupDefaulted // адрес флага для по умолчанию );
Параметры
pSecurityDescriptor
Точки на структуру SECURITY_DESCRIPTOR чьей первичной групповой информации функция извлекается.
pGroup
Точки на указатель в структуру SID, опознающую первичную группу когда функция возвращается. ( SID - идентификатор безопасности.) Если дескриптор безопасности не содержит первичную группу, функция устанавливает указатель указанный, чтобы pGroup на НЕДЕЙСТВИТЕЛЬНЫЙ и игнорирует остальной выходной параметр, lpbGroupDefaulted. Если дескриптор безопасности содержит первичную группу, функция устанавливает указатель указанный, чтобы pGroup по адресу дескриптора безопасности групповой структуры SID и обеспечивает правильную величину для переменной указанной, чтобы lpbGroupDefaulted.
lpbGroupDefaulted
Точки на флаг были установлены в величину флага SE_GROUP_DEFAULTED в структуре SECURITY_DESCRIPTOR_CONTROL когда функция возвращается. Если величина загруженная в переменную указанную, чтобы параметром pGroup НЕДЕЙСТВИТЕЛЬНА, никакая величина не установлена.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Смотри Также
GetSecurityDescriptorControl, GetSecurityDescriptorDacl, GetSecurityDescriptorLength, GetSecurityDescriptorOwner, GetSecurityDescriptorSacl, IsValidSecurityDescriptor, SECURITY_DESCRIPTOR, SECURITY_DESCRIPTOR_CONTROL, SetSecurityDescriptorGroup, SID
|
|
|
|
| |