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.

35 lines
969 B

  1. /******************************************************************************
  2. Copyright(c) Microsoft Corporation
  3. Module Name:
  4. change.h
  5. Abstract:
  6. This module contains the macros, user defined structures & function
  7. definitions needed by change.cpp
  8. Author:
  9. Venu Gopal Choudary 01-Mar-2001
  10. Revision History:
  11. Venu Gopal Choudary 01-Mar-2001 : Created it
  12. ******************************************************************************/
  13. #ifndef __CHANGE_H
  14. #define __CHANGE_H
  15. #pragma once
  16. #define OI_CHSERVER 1 // Index of -s option in cmdOptions structure.
  17. #define OI_CHUSERNAME 2 // Index of -ru option in cmdOptions structure.
  18. #define OI_CHPASSWORD 3 // Index of -rp option in cmdOptions structure.
  19. #define OI_CHRUNASUSER 4 // Index of -rp option in cmdOptions structure.
  20. #define OI_CHRUNASPASSWORD 5 // Index of -rp option in cmdOptions structure.
  21. #define OI_CHTASKRUN 7 // Index of -tr option in cmdOptions structure.
  22. #endif