mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
flag IsTokenRestricted() as @implemented
svn path=/trunk/; revision=16240
This commit is contained in:
parent
1a1adca582
commit
4f18890314
1 changed files with 4 additions and 0 deletions
|
@ -401,6 +401,10 @@ ByeBye:
|
|||
return Result;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
BOOL STDCALL
|
||||
IsTokenRestricted(HANDLE TokenHandle)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue