Site icon EfmSoft

What does NTSTATUS 0xC000007C (STATUS_NO_TOKEN) mean?

 
Previous Next
STATUS_INVALID_IMAGE_FORMAT STATUS_BAD_INHERITANCE_ACL

STATUS_NO_TOKEN

No token is associated with the requested context

This status is returned when code tries to use a token where no token is present for the selected object or thread state. It is commonly a context-selection error: primary token versus impersonation token, process versus thread, or handle versus current subject context.

Do not collapse it into access denied. There may be no token to authorize with, rather than a token that failed an access check.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version