|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
LookupPrivilegeValue
The LookupPrivilegeValue function retrieves the locally unique identifier (LUID) used on a specified system to locally represent the specified privilege name.
BOOL LookupPrivilegeValue(
LPCTSTR lpSystemName, // address of string specifying the system LPCTSTR lpName, // address of string specifying the privilege PLUID lpLuid // address of locally unique identifier );
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.
lpName
Points to a null-terminated string that specifies the name of the privilege, as defined in the WINNT.H header file. For example, this parameter could specify the constant SE_SECURITY_NAME, or its corresponding string, "SeSecurityPrivilege".
lpLuid
Points to a variable that receives the locally unique identifier by which the privilege is known on the system specified by the lpSystemName parameter.
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, LookupPrivilegeName
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
LookupPrivilegeValue
Функция LookupPrivilegeValue извлекает локально уникальный идентификатор (LUID) использованный в определенной системе, чтобы локально представлять определенное имя привилегии.
BOOL LookupPrivilegeValue(
LPCTSTR lpSystemName, // АДРЕС строки, определяющей систему LPCTSTR lpName, // адрес строки, определяющие адрес привилегии PLUID lpLuid // локально уникального идентификатора );
Параметры
lpSystemName
Точки на недействительный расторгнутую строку, определяющие имя системы на которой имя привилегии - искал. Если недействительная строка определена, функция пытается находить имя привилегии в локальной системе.
lpName
Точки на недействительный расторгнутую строку, которые определяют имя привилегии, как определено в файле заголовка WINNT.H. Например, этот параметр мог бы определить константу SE_SECURITY_NAME, или соответствующую строку, "SeSecurityPrivilege".
lpLuid
Точки на переменную, которые получают локально уникальный идентификатор, которым привилегия известный в системе определенной параметром lpSystemName.
Обратные Величины
Если функция добивается успеха, обратная величина ненулевая. Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.
Замечания
Для этой версии Windows NT, только привилегии определенные в Определенной секции Привилегий WINNT.H поддерживаны этой функцией.
Смотри Также
LookupPrivilegeDisplayName, LookupPrivilegeName
|
|
|
|
| |