windows-nt/Source/XPSP1/NT/shell/ext/cscui/pin/console.h

20 lines
479 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 2000
//
// File: console.h
//
//--------------------------------------------------------------------------
#ifndef __CSCPIN_CONSOLE_H_
#define __CSCPIN_CONSOLE_H_
HRESULT ConsoleInitialize(void);
HRESULT ConsoleUninitialize(void);
BOOL ConsoleHasCtrlEventOccured(DWORD *pdwCtrlEvent = NULL);
#endif // __CSCPIN_CONSOLE_H_