|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetSidSubAuthorityCount
The GetSidSubAuthorityCount function returns the address of the field in a SID structure containing the subauthority count. A SID is a security identifier.
PUCHAR GetSidSubAuthorityCount(
PSID pSid // address of security identifier to query );
Parameters
pSid
Points to the SID structure from which a pointer to the subauthority count is returned.
Return Values
If the function succeeds, the return value is a pointer to the subauthority count for the specified SID structure. If the function fails, the return value is undefined. The function fails if the specified SID structure is invalid. To get extended error information, call GetLastError.
See Also
GetLengthSid, GetSidIdentifierAuthority, GetSidLengthRequired, GetSidSubAuthority, IsValidSid, SID
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetSidSubAuthorityCount
Функция GetSidSubAuthorityCount возвращает адрес области в структуру SID, содержащую счет subauthority. SID - идентификатор безопасности.
PUCHAR GetSidSubAuthorityCount(
АДРЕС PSID pSid // идентификатора безопасности на запрос );
Параметры
pSid
Точки на структуру SID из которых указатель на счет subauthority возвращан.
Обратные Величины
Если функция добивается успеха, обратная величина является указателем в subauthority иметь значение определенную структуру SID. Если функция терпит неудачу, обратная величина неопределенная. Функция терпит неудачу если определенная структура SID недействительна. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Смотри Также
GetLengthSid, GetSidIdentifierAuthority, GetSidLengthRequired, GetSidSubAuthority, IsValidSid, SID
|
|
|
|
| |