#include "csrlib.h"
#include <ndk/psfuncs.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
Definition at line 16 of file api.c.
◆ NTOS_MODE_USER
Definition at line 13 of file api.c.
◆ CsrIdentifyAlertableThread()
Definition at line 37 of file api.c.
38{
39#if (NTDDI_VERSION < NTDDI_WS03)
42 PCSR_IDENTIFY_ALERTABLE_THREAD IdentifyAlertableThread;
43
44
45 IdentifyAlertableThread = &ApiMessage.
Data.IdentifyAlertableThread;
47
48
52 sizeof(*IdentifyAlertableThread));
53
54
56#else
57
59#endif
60}
#define CSR_CREATE_API_NUMBER(ServerId, ApiId)
#define CSRSRV_SERVERDLL_INDEX
@ CsrpIdentifyAlertableThread
NTSTATUS NTAPI CsrClientCallServer(_Inout_ PCSR_API_MESSAGE ApiMessage, _Inout_opt_ PCSR_CAPTURE_BUFFER CaptureBuffer, _In_ CSR_API_NUMBER ApiNumber, _In_ ULONG DataLength)
union _CSR_API_MESSAGE::@3482::@3484::@3486 Data
◆ CsrNewThread()
◆ CsrSetPriorityClass()
Definition at line 67 of file api.c.
70{
71#if (NTDDI_VERSION < NTDDI_WS03)
75
76
79
80
85
86
88
89
91#else
94
95
97#endif
98}
BOOL WINAPI SetPriorityClass(IN HANDLE hProcess, IN DWORD dwPriorityClass)
_Must_inspect_result_ _In_ PLARGE_INTEGER _In_ PLARGE_INTEGER _In_ ULONG _In_ PFILE_OBJECT _In_ PVOID Process
#define UNREFERENCED_PARAMETER(P)
#define STATUS_INVALID_PARAMETER