|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
GetTrusteeName
[New - Windows NT]
The GetTrusteeName function retrieves the trustee name from a TRUSTEE structure.
LPTSTR GetTrusteeName(
PTRUSTEE pTrustee // pointer to a TRUSTEE structure );
Parameters
pTrustee
Pointer to a TRUSTEE structure.
Return Values
If the TrusteeForm member of the TRUSTEE structure is TRUSTEE_IS_NAME, the return value is the pointer assigned to the ptstrName member of the structure. If the TrusteeForm member is TRUSTEE_IS_SID, the return value is NULL. The function does not look up the name associated with a security identifier (SID).
Remarks
The GetTrusteeName function does not allocate any memory.
See Also
TRUSTEE, SID
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
GetTrusteeName
[Новый - Windows NT]
Функция GetTrusteeName извлекает имя попечителя из структуры ПОПЕЧИТЕЛЯ.
LPTSTR GetTrusteeName(
УКАЗАТЕЛЬ PTRUSTEE pTrustee // в структуру ПОПЕЧИТЕЛЯ );
Параметры
pTrustee
Указатель в структуру ПОПЕЧИТЕЛЯ.
Обратные Величины
Если член TrusteeForm структуры ПОПЕЧИТЕЛЯ - TRUSTEE_IS_NAME, обратная величина является указателем назначенным на член ptstrName структуры. Если член TrusteeForm - TRUSTEE_IS_SID, обратная величина НЕДЕЙСТВИТЕЛЬНА. Функция не ищет имя связанное идентификатором безопасности (SID).
Замечания
Функция GetTrusteeName не распределяет любую память.
Смотри Также
ПОПЕЧИТЕЛЬ, SID
|
|
|
|