|
ReactOS 0.4.17-dev-769-g1500a35
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Definition at line 104 of file job.c.
Referenced by RunProcessInJob().
Definition at line 26 of file job.c.
Definition at line 39 of file job.c.
Referenced by CreateRestrictedJob(), test_Access(), test_InvalidParameters(), test_RoundTrip(), and test_SandboxPolicies().
Definition at line 348 of file job.c.
| BOOL WINAPI IsProcessInJob | ( | _In_ HANDLE | ProcessHandle, |
| _In_opt_ HANDLE | JobHandle, | ||
| _Out_ PBOOL | Result | ||
| ) |
Definition at line 81 of file job.c.
| HANDLE WINAPI OpenJobObjectA | ( | _In_ DWORD | dwDesiredAccess, |
| _In_ BOOL | bInheritHandle, | ||
| _In_ LPCSTR | lpName | ||
| ) |
Definition at line 67 of file job.c.
| HANDLE WINAPI OpenJobObjectW | ( | _In_ DWORD | dwDesiredAccess, |
| _In_ BOOL | bInheritHandle, | ||
| _In_ LPCWSTR | lpName | ||
| ) |
Definition at line 52 of file job.c.
| BOOL WINAPI QueryInformationJobObject | ( | _In_opt_ HANDLE | hJob, |
| _In_ JOBOBJECTINFOCLASS | JobObjectInformationClass, | ||
| _Out_writes_bytes_to_(cbJobObjectInformationLength, *lpReturnLength) LPVOID | lpJobObjectInformation, | ||
| _In_ DWORD | cbJobObjectInformationLength, | ||
| _Out_opt_ LPDWORD | lpReturnLength | ||
| ) |
Definition at line 125 of file job.c.
Referenced by test_Access(), test_InvalidParameters(), test_QueryInformationJobObject(), test_RoundTrip(), and test_SandboxPolicies().
| BOOL WINAPI SetInformationJobObject | ( | _In_ HANDLE | hJob, |
| _In_ JOBOBJECTINFOCLASS | JobObjectInformationClass, | ||
| _In_reads_bytes_(cbJobObjectInformationLength) LPVOID | lpJobObjectInformation, | ||
| _In_ DWORD | cbJobObjectInformationLength | ||
| ) |
Definition at line 220 of file job.c.
Referenced by CreateRestrictedJob(), RunProcessInJob(), SetRestrictions(), test_InvalidParameters(), and test_SandboxPolicies().
Definition at line 327 of file job.c.