flag IsTokenRestricted() as @implemented

svn path=/trunk/; revision=16240
This commit is contained in:
Thomas Bluemel 2005-06-23 10:34:16 +00:00
parent 1a1adca582
commit 4f18890314

View file

@ -401,6 +401,10 @@ ByeBye:
return Result;
}
/*
* @implemented
*/
BOOL STDCALL
IsTokenRestricted(HANDLE TokenHandle)
{