reactos/dll/ntdll/csr
Hermès Bélusca-Maïto 7353af1e3d
[NTDLL:CSR][CSRSRV] Start to deprecate CSR functions removed on Windows 2003.
The server-side CsrSrvIdentifyAlertableThread and CsrSrvSetPriorityClass
functions are completely removed in Win2k3+, and are since stubbed by
CsrSrvUnusedFunction instead. They however were present up to Windows XP,
albeit with an extremely minimal implementation.

The corresponding client-side CsrIdentifyAlertableThread and CsrSetPriorityClass
now become just stubs that either trivially succeed or fail, respectively.

See https://www.geoffchappell.com/studies/windows/win32/csrsrv/api/srvinit/apidispatch.htm
for more information.

- Fix typo "al*T*ertable" --> "alertable".
- Remove ROS-specific CSRSS_IDENTIFY_ALERTABLE_THREAD that was
  deprecated since ages (at least before 2005)!
2021-11-22 00:13:34 +01:00
..
api.c [NTDLL:CSR][CSRSRV] Start to deprecate CSR functions removed on Windows 2003. 2021-11-22 00:13:34 +01:00
capture.c [NTDLL:CSR] Perform more thorough validation of the parameters in CsrAllocateCaptureBuffer(). 2020-10-05 02:22:45 +02:00
connect.c [NTDLL:CSR] Perform more thorough validation of the parameters in CsrAllocateCaptureBuffer(). 2020-10-05 02:22:45 +02:00