网站首页  词典首页

请输入您要查询的函数:

 

术语 shtesttokenmembership
释义 SHTestTokenMembership
语法:
BOOL SHTestTokenMembership( HANDLE hToken,
ULONG ulRID
);
SHTestTokenMembership功能
使用CheckTokenMembership来测试是否给定的标记是一个本地组指定的RID成员。
参数
hToken
[in]的句柄令牌(可能为NULL)。
ulRID
[in]的RID本地组的成员进行了测试。
返回值
如果成功则返回真,失败则返回FALSE。
备注
此函数包装CheckTokenMembership和地方团体只检查。
功能信息
最低DLL版本 shell32.dll 6.0或更高版本
自定义ImplementationNo
Headershellapi.h
import libraryshell32.lib
XP的最低经营systemsWindows
==英文原文==SHTestTokenMembership Function
Uses CheckTokenMembership to test whether the given token is a member of the local group with the specified RID.
Syntax
BOOL SHTestTokenMembership( HANDLE hToken,
ULONG ulRID
);
Parameters
hToken
[in] A handle to a token (may be NULL).
ulRID
[in] The RID of the local group for which membership is tested.
Return Value
Returns TRUE on success, FALSE on failure.
Remarks
This function wraps CheckTokenMembership and only checks local groups.
Function Information
Minimum DLL Versionshell32.dll version 6.0 or later
Custom ImplementationNo
Headershellapi.h
Import libraryshell32.lib
Minimum operating systemsWindows XP
==原始网址==http://msdn.microsoft.com/en-us/library/bb762256(VS.85).aspx\n
随便看

 

windows api函数参考手册包含2258条windows api函数文档,详细介绍nodejs、java、rust调用windows api的方法技巧,是学习windows api编程的入门中文文档。

 

Copyright © 2004-2023 Winrtm.com All Rights Reserved
京ICP备2021023879号-40 更新时间:2024/10/6 13:24:20