|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Definition at line 26 of file job.c.
Definition at line 38 of file job.c.
Definition at line 77 of file job.c.
Definition at line 64 of file job.c.
| HANDLE WINAPI OpenJobObjectW | ( | IN DWORD | dwDesiredAccess, |
| IN BOOL | bInheritHandle, | ||
| IN LPCWSTR | lpName | ||
| ) |
Definition at line 50 of file job.c.
| BOOL WINAPI QueryInformationJobObject | ( | IN HANDLE | hJob, |
| IN JOBOBJECTINFOCLASS | JobObjectInformationClass, | ||
| IN LPVOID | lpJobObjectInformation, | ||
| IN DWORD | cbJobObjectInformationLength, | ||
| OUT LPDWORD | lpReturnLength | ||
| ) |
Definition at line 119 of file job.c.
Referenced by test_QueryInformationJobObject().
| BOOL WINAPI SetInformationJobObject | ( | IN HANDLE | hJob, |
| IN JOBOBJECTINFOCLASS | JobObjectInformationClass, | ||
| IN LPVOID | lpJobObjectInformation, | ||
| IN DWORD | cbJobObjectInformationLength | ||
| ) |
Definition at line 212 of file job.c.