[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:
George Bișoc 2021-05-08 18:11:42 +02:00
parent 4d8b9e1d61
commit 11f239373d
No known key found for this signature in database
GPG key ID: 688C4FBE25D7DEF6

View file

@ -1823,6 +1823,12 @@ SeFilterToken(IN PACCESS_TOKEN ExistingToken,
* pool memory allocation has failed to satisfy an operation. Otherwise
* STATUS_INVALID_INFO_CLASS is returned indicating that the information
* 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
NTAPI