|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
BuildTrusteeWithSid
[New - Windows NT]
The BuildTrusteeWithSid function initializes a TRUSTEE structure. The caller specifies the security identifier (SID) of the trustee. The function sets other members of the structure to default values. The function does not look up the name associated with the SID.
VOID BuildTrusteeWithName(
PTRUSTEE pTrustee, // pointer to the structure to initialize PSID pSid // name of the trustee to put in the structure );
Parameters
pTrustee
Pointer to a TRUSTEE structure to initialize. The BuildTrusteeWithSid function does not allocate any memory. If this parameter is NULL, the function does nothing.
pSid
Pointer to a SID that identifies the trustee. The BuildTrusteeWithSid function assigns this pointer to the ptstrName member of the TRUSTEE structure. The function sets the other members of the TRUSTEE structure as follows:
Member Value pMultipleTrustee NULL MultipleTrusteeOperation NO_MULTIPLE_TRUSTEE TrusteeForm TRUSTEE_IS_SID TrusteeType TRUSTEE_IS_UNKNOWN
Return Values
None.
See Also
BuildTrusteeWithName, TRUSTEE
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
BuildTrusteeWithSid
[Новый - Windows NT]
Функция BuildTrusteeWithSid инициализирует структуру ПОПЕЧИТЕЛЯ. Вызывающий оператор определяет идентификатор безопасности (SID) попечителя. Функция устанавливает других участников структуры, чтобы значение по умолчанию. Функция не ищет имя связанное SID.
ПУСТОТА BuildTrusteeWithName(
PTRUSTEE pTrustee, // УКАЗАТЕЛЬ в структуру, чтобы инициализировать имя PSID pSid // попечителя, чтобы вкладывать структуру );
Параметры
pTrustee
Указатель в структуру ПОПЕЧИТЕЛЯ, чтобы инициализироваться. Функция BuildTrusteeWithSid не распределяет любую память. Если этот параметр НЕДЕЙСТВИТЕЛЕН, функция делает ничто.
pSid
Указатель на SID, которое идентифицирует попечителя. Функция BuildTrusteeWithSid назначает этот указатель на член ptstrName структуры ПОПЕЧИТЕЛЯ. Функция устанавливает других участников структуры ПОПЕЧИТЕЛЯ следующим образом:
Величина Члена pMultipleTrustee NULL MultipleTrusteeOperation NO_MULTIPLE_TRUSTEE TrusteeForm TRUSTEE_IS_SID TrusteeType TRUSTEE_IS_UNKNOWN
Обратные Величины
Ничто.
Смотри Также
BuildTrusteeWithName, TRUSTEE
|
|
|
|