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.

19 lines
479 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 2000
  6. //
  7. // File: console.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #ifndef __CSCPIN_CONSOLE_H_
  11. #define __CSCPIN_CONSOLE_H_
  12. HRESULT ConsoleInitialize(void);
  13. HRESULT ConsoleUninitialize(void);
  14. BOOL ConsoleHasCtrlEventOccured(DWORD *pdwCtrlEvent = NULL);
  15. #endif // __CSCPIN_CONSOLE_H_