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.

33 lines
738 B

  1. /******************************************************************************
  2. Copyright(c) Microsoft Corporation
  3. Module Name:
  4. run.h
  5. Abstract:
  6. This module contains the macros, user defined structures & function
  7. definitions needed by end.cpp
  8. Author:
  9. Venu Gopal Choudary 12-Mar-2001
  10. Revision History:
  11. Venu Gopal Choudary 12-Mar-2001 : Created it
  12. ******************************************************************************/
  13. #ifndef __END_H
  14. #define __END_H
  15. #pragma once
  16. #define OI_ENDSERVER 1 // Index of -s option in cmdOptions structure.
  17. #define OI_ENDUSERNAME 4 // Index of -u option in cmdOptions structure.
  18. #define OI_ENDPASSWORD 5 // Index of -p option in cmdOptions structure.
  19. #endif