SHTestTokenMembership function
Uses CheckTokenMembership to test whether the given token is a member of the local group with the specified RID.
Syntax
BOOL SHTestTokenMembership( _In_opt_ HANDLE hToken, ULONG ulRID );
Parameters
- hToken [in, optional]
-
Type: HANDLE
A handle to the token. This value can be NULL.
- ulRID
-
Type: ULONG
The RID of the local group for which membership is tested.
Return value
Type: BOOL
Returns TRUE on success, FALSE on failure.
Remarks
This function wraps CheckTokenMembership and only checks local groups.
Requirements
|
Minimum supported client |
Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
Show: