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.

26 lines
640 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1992, Microsoft Corporation
  4. //
  5. // File: security.cxx
  6. //
  7. // Contents: Worker routines to check whether the calling thread has
  8. // admin access on this machine.
  9. //
  10. // Classes:
  11. //
  12. // Functions: InitializeSecurity
  13. // AccessCheckRpcClient
  14. //
  15. // History: Aug 14, 1996 Milans created
  16. //
  17. //-----------------------------------------------------------------------------
  18. #ifndef _DFS_SECURITY_
  19. #define _DFS_SECURITY_
  20. BOOL DfsInitializeSecurity();
  21. BOOL AccessCheckRpcClient();
  22. #endif // _DFS_SECURITY_