|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
LookupPrivilegeName
The LookupPrivilegeName function retrieves the name corresponding to the privilege represented on a specific system by a specified locally unique identifier (LUID).
BOOL LookupPrivilegeName(
LPCTSTR lpSystemName, // address of string specifying the system PLUID lpLuid, // address of locally unique identifier LPTSTR lpName, // address of string specifying the privilege LPDWORD cbName // address of size of string for displayable name );
Parameters
lpSystemName
Points to a null-terminated string specifying the name of the system on which the privilege name is looked up. If a null string is specified, the function attempts to find the privilege name on the local system.
lpLuid
Points to the locally unique identifier by which the privilege is known on the target system.
lpName
Points to a buffer that receives a null-terminated string that represents the privilege's name. For example, this string could be "SeSecurityPrivilege".
cbName
Points to a variable specifying the size, in characters, of the lpName buffer. When the function returns, this parameter contains the length of the privilege name, not including the terminating null character. If the buffer pointed to by the lpName parameter is too small, this variable contains the required size when the function returns.
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.
Remarks
For this release of Windows NT, only the privileges specified in the Defined Privileges section of WINNT.H are supported by this function.
See Also
LookupPrivilegeDisplayName, LookupPrivilegeValue
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
LookupPrivilegeName
Функция LookupPrivilegeName извлекает имя, соответствуемое в привилегию представленную в специфической системе определенным локально уникальным идентификатором (LUID).
BOOL LookupPrivilegeName(
LPCTSTR lpSystemName, // АДРЕС строки, определяющей систему PLUID lpLuid, // адрес локально уникального идентификатора LPTSTR lpName, // адреса строки, определяющие адрес привилегии LPDWORD cbName // размера строки для воспроизводимого имени );
Параметры
lpSystemName
Точки на недействительный расторгнутую строку, определяющие имя системы на которой имя привилегии - искал. Если недействительная строка определена, функция пытается находить имя привилегии в локальной системе.
lpLuid
Точки на локально уникальный идентификатор, которыми привилегия известный в целевой системе.
lpName
Точки на буфер, которые получают недействительный расторгнутую строку, которая представляет имя привилегии. Например, эта строка могла быть "SeSecurityPrivilege".
cbName
Точки на переменную, определяющие размер, в символах, буфера lpName. Когда функция возвращается, этот параметр содержит длину имени привилегии, не включая завершающий недействительный символ. Если буфер указанный, чтобы параметром lpName слишком небольшой, эта переменная содержит необходимый размер когда функция возвращается.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Для этой версии Windows NT, только привилегии определенные в Определенной секции Привилегий WINNT.H поддерживаны этой функцией.
Смотри Также
LookupPrivilegeDisplayName, LookupPrivilegeValue
|
|
|
|
| |