Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
418 B

  1. /*===================================================================
  2. Microsoft Internet Information Server
  3. Microsoft Confidential.
  4. Copyright 1997 Microsoft Corporation. All Rights Reserved.
  5. File: TokenAcl.hxx
  6. Owner: AndrewS
  7. This file contains code related to NT security on impersonation tokens
  8. ===================================================================*/
  9. HRESULT GrantAllAccessToToken(HANDLE hToken);