mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 01:11:35 +00:00
[NTOS:SE] Add further remarks in SeQueryInformationToken
Explicitly mention under remarks that some classes are not implemented for that function, for documentation purposes. No code changes.
This commit is contained in:
parent
4d8b9e1d61
commit
11f239373d
1 changed files with 6 additions and 0 deletions
|
@ -1823,6 +1823,12 @@ SeFilterToken(IN PACCESS_TOKEN ExistingToken,
|
||||||
* pool memory allocation has failed to satisfy an operation. Otherwise
|
* pool memory allocation has failed to satisfy an operation. Otherwise
|
||||||
* STATUS_INVALID_INFO_CLASS is returned indicating that the information
|
* STATUS_INVALID_INFO_CLASS is returned indicating that the information
|
||||||
* class provided is not supported by the routine.
|
* class provided is not supported by the routine.
|
||||||
|
*
|
||||||
|
* @remarks
|
||||||
|
* Only certain information classes are not implemented in this function and
|
||||||
|
* these are TokenOrigin, TokenGroupsAndPrivileges, TokenRestrictedSids and
|
||||||
|
* TokenSandBoxInert. The following classes are implemented in NtQueryInformationToken
|
||||||
|
* only.
|
||||||
*/
|
*/
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Reference in a new issue