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.

26 lines
328 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. input.hxx
  5. Abstract:
  6. This header file declares routine for getting user input.
  7. Author:
  8. JasonHa
  9. --*/
  10. #ifndef _INPUT_HXX_
  11. #define _INPUT_HXX_
  12. HRESULT GetYNInput(PDEBUG_CONTROL Control, PCSTR Prompt);
  13. #endif _INPUT_HXX_