mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
export job functions
svn path=/trunk/; revision=11003
This commit is contained in:
parent
08dea69da5
commit
1c5a999278
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
; $Id: ntdll.def,v 1.131 2004/09/16 11:47:18 ekohl Exp $
|
; $Id: ntdll.def,v 1.132 2004/09/23 17:03:59 weiden Exp $
|
||||||
;
|
;
|
||||||
; ReactOS Operating System
|
; ReactOS Operating System
|
||||||
;
|
;
|
||||||
|
@ -67,6 +67,7 @@ NtAlertThread@4
|
||||||
NtAllocateLocallyUniqueId@4
|
NtAllocateLocallyUniqueId@4
|
||||||
NtAllocateUuids@12
|
NtAllocateUuids@12
|
||||||
NtAllocateVirtualMemory@24
|
NtAllocateVirtualMemory@24
|
||||||
|
NtAssignProcessToJobObject@8
|
||||||
NtCallbackReturn@12
|
NtCallbackReturn@12
|
||||||
NtCancelIoFile@8
|
NtCancelIoFile@8
|
||||||
NtCancelTimer@8
|
NtCancelTimer@8
|
||||||
|
@ -82,6 +83,7 @@ NtCreateEvent@20
|
||||||
NtCreateEventPair@12
|
NtCreateEventPair@12
|
||||||
NtCreateFile@44
|
NtCreateFile@44
|
||||||
NtCreateIoCompletion@16
|
NtCreateIoCompletion@16
|
||||||
|
NtCreateJobObject@12
|
||||||
NtCreateKey@28
|
NtCreateKey@28
|
||||||
NtCreateMailslotFile@32
|
NtCreateMailslotFile@32
|
||||||
NtCreateMutant@16
|
NtCreateMutant@16
|
||||||
|
@ -125,6 +127,7 @@ NtGetTickCount@0
|
||||||
NtImpersonateClientOfPort@8
|
NtImpersonateClientOfPort@8
|
||||||
NtImpersonateThread@12
|
NtImpersonateThread@12
|
||||||
NtInitializeRegistry@4
|
NtInitializeRegistry@4
|
||||||
|
NtIsProcessInJob@8
|
||||||
NtListenChannel@8
|
NtListenChannel@8
|
||||||
NtListenPort@8
|
NtListenPort@8
|
||||||
NtLoadDriver@4
|
NtLoadDriver@4
|
||||||
|
@ -142,6 +145,7 @@ NtOpenEvent@12
|
||||||
NtOpenEventPair@12
|
NtOpenEventPair@12
|
||||||
NtOpenFile@24
|
NtOpenFile@24
|
||||||
NtOpenIoCompletion@12
|
NtOpenIoCompletion@12
|
||||||
|
NtOpenJobObject@12
|
||||||
NtOpenKey@12
|
NtOpenKey@12
|
||||||
NtOpenMutant@12
|
NtOpenMutant@12
|
||||||
NtOpenObjectAuditAlarm@48
|
NtOpenObjectAuditAlarm@48
|
||||||
|
@ -169,6 +173,7 @@ NtQueryEvent@20
|
||||||
NtQueryFullAttributesFile@8
|
NtQueryFullAttributesFile@8
|
||||||
NtQueryInformationAtom@20
|
NtQueryInformationAtom@20
|
||||||
NtQueryInformationFile@20
|
NtQueryInformationFile@20
|
||||||
|
NtQueryInformationJobObject@20
|
||||||
NtQueryInformationPort@20
|
NtQueryInformationPort@20
|
||||||
NtQueryInformationProcess@20
|
NtQueryInformationProcess@20
|
||||||
NtQueryInformationThread@20
|
NtQueryInformationThread@20
|
||||||
|
@ -228,6 +233,7 @@ NtSetHighEventPair@4
|
||||||
NtSetHighWaitLowEventPair@4
|
NtSetHighWaitLowEventPair@4
|
||||||
NtSetHighWaitLowThread@0
|
NtSetHighWaitLowThread@0
|
||||||
NtSetInformationFile@20
|
NtSetInformationFile@20
|
||||||
|
NtSetInformationJobObject@16
|
||||||
NtSetInformationKey@16
|
NtSetInformationKey@16
|
||||||
NtSetInformationObject@16
|
NtSetInformationObject@16
|
||||||
NtSetInformationProcess@16
|
NtSetInformationProcess@16
|
||||||
|
@ -254,6 +260,7 @@ NtStartProfile@4
|
||||||
NtStopProfile@4
|
NtStopProfile@4
|
||||||
NtSuspendThread@8
|
NtSuspendThread@8
|
||||||
NtSystemDebugControl@24
|
NtSystemDebugControl@24
|
||||||
|
NtTerminateJobObject@8
|
||||||
NtTerminateProcess@8
|
NtTerminateProcess@8
|
||||||
NtTerminateThread@8
|
NtTerminateThread@8
|
||||||
NtTestAlert@0
|
NtTestAlert@0
|
||||||
|
|
Loading…
Reference in a new issue