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.

25 lines
830 B

  1. //#pragma title( "BkupRstr.hpp - Get backup and restore privileges" )
  2. /*
  3. Copyright (c) 1995-1998, Mission Critical Software, Inc. All rights reserved.
  4. ===============================================================================
  5. Module - BkupRstr.hpp
  6. System - Common
  7. Author - Rich Denham
  8. Created - 1997-05-30
  9. Description - Get backup and restore privileges
  10. Updates -
  11. ===============================================================================
  12. */
  13. #ifndef MCSINC_BkupRstr_hpp
  14. #define MCSINC_BkupRstr_hpp
  15. // Get backup and restore privileges using WCHAR machine name.
  16. BOOL // ret-TRUE if successful.
  17. GetBkupRstrPriv(
  18. WCHAR const * sMachineW=NULL// in -NULL or machine name
  19. );
  20. #endif MCSINC_BkupRstr_hpp
  21. // BkupRstr.hpp - end of file