terminal/src/server
Shawn Walker-Salas e52170e2cf Apply [[nodiscard]] to functions returning error codes (#953)
* Apply [[nodiscard]] to functions returning error codes

- applied [[nodiscard]] for all HRESULT, LRESULT, and NTSTATUS functions
- fixed IntelliSense declaration complaints leading to function not
  implemented warnings
- deleted declared but never implemented functions
- fixed unused parameter warnings

How verified:
- bcz dbg
- opencon
- testcon
- VS2019 debug build

* - use LOG_IF_FAILED where applicable
- remove use of goto
- make MakeAltRasterFont return void

* - add missing [[nodiscard]]
- remove vestigal function declarations
- fix inconsistent function declaration
2019-05-30 16:20:42 +00:00
..
lib Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiDispatchers.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiDispatchers.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiDispatchersInternal.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiMessage.cpp Fix a bunch of static analysis issues (#553) 2019-05-23 10:35:30 -07:00
ApiMessage.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiMessageState.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiMessageState.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiSorter.cpp Tab to spaces (#578) 2019-05-13 18:06:36 -07:00
ApiSorter.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
DeviceComm.cpp Fix a bunch of static analysis issues (#553) 2019-05-23 10:35:30 -07:00
DeviceComm.h Fix a bunch of static analysis issues (#553) 2019-05-23 10:35:30 -07:00
DeviceHandle.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
DeviceHandle.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
dirs Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Entrypoints.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Entrypoints.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
IApiRoutines.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
IoDispatchers.cpp Apply [[nodiscard]] to functions returning error codes (#953) 2019-05-30 16:20:42 +00:00
IoDispatchers.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
IoSorter.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
IoSorter.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
IoThread.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
IWaitRoutine.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ObjectHandle.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ObjectHandle.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ObjectHeader.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ObjectHeader.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
precomp.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ProcessHandle.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ProcessHandle.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ProcessList.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ProcessList.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ProcessPolicy.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ProcessPolicy.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
sources.inc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WaitBlock.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WaitBlock.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WaitQueue.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WaitQueue.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WaitTerminationReason.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
winbasep.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WinNTControl.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
WinNTControl.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00