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