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.

28 lines
956 B

  1. #ifndef __RIGHTSTRANSLATOR_H__
  2. #define __RIGHTSTRANSLATOR_H__
  3. /*---------------------------------------------------------------------------
  4. File: RightsTranslator.h
  5. Comments: Functions to translate user rights.
  6. (c) Copyright 1999, Mission Critical Software, Inc., All Rights Reserved
  7. Proprietary and confidential to Mission Critical Software, Inc.
  8. REVISION LOG ENTRY
  9. Revision By: Christy Boles
  10. Revised on 02/25/99 19:56:44
  11. ---------------------------------------------------------------------------
  12. */
  13. DWORD
  14. TranslateUserRights(
  15. WCHAR const * serverName, // in - name of server to translate groups on
  16. SecurityTranslatorArgs * stArgs, // in - translation settings
  17. TSDRidCache * cache, // in - translation table
  18. TSDResolveStats * stat // in - stats on items modified
  19. );
  20. #endif //__RIGHTSTRANSLATOR_H__