terminal/src/host/handle.h
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

22 lines
373 B
C

/*++
Copyright (c) Microsoft Corporation
Licensed under the MIT license.
Module Name:
- handle.h
Abstract:
- This file manages console and I/O handles.
- Mainly related to process management/interprocess communication.
Author:
- Therese Stowell (ThereseS) 16-Nov-1990
Revision History:
--*/
#pragma once
void LockConsole();
void UnlockConsole();