Leaked source code of windows server 2003
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.

23 lines
501 B

  1. /****************************** Module Header ******************************\
  2. * Module Name: lsautil.h
  3. *
  4. * Copyright (c) 1994, Microsoft Corporation
  5. *
  6. * Defines functions exported by pipe.c
  7. *
  8. * History:
  9. * 05-20-94 DaveTh Created.
  10. \***************************************************************************/
  11. #include <ntlsa.h>
  12. //
  13. // Function prototypes
  14. //
  15. DWORD
  16. CheckUserSystemAccess(
  17. HANDLE TokenHandle,
  18. ULONG DesiredSystemAccess,
  19. PBOOLEAN UserHasAccess
  20. );