Skip to content

Commit

Permalink
I really need a bx audit
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Apr 13, 2022
1 parent d54e6d1 commit 9aa987f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/winconpty/winconpty.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ HRESULT _CreatePseudoConsole(const HANDLE hToken,

HRESULT _ResizePseudoConsole(_In_ const PseudoConsole* const pPty, _In_ const COORD size);
HRESULT _ClearPseudoConsole(_In_ const PseudoConsole* const pPty);
HRESULT _ShowHidePseudoConsole(_In_ const PseudoConsole* const pPty, const bool show);
HRESULT _ReparentPseudoConsole(_In_ const PseudoConsole* const pPty, _In_ const HWND newParent);
void _ClosePseudoConsoleMembers(_In_ PseudoConsole* pPty);
VOID _ClosePseudoConsole(_In_ PseudoConsole* pPty);
Expand Down

0 comments on commit 9aa987f

Please sign in to comment.