mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:23:01 +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;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @implemented
|
||||||
|
*/
|
||||||
BOOL STDCALL
|
BOOL STDCALL
|
||||||
IsTokenRestricted(HANDLE TokenHandle)
|
IsTokenRestricted(HANDLE TokenHandle)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue