mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NDK] Add NtGetCurrentProcessorNumberEx
This commit is contained in:
@@ -524,12 +524,20 @@ NtDelayExecution(
|
||||
_In_ LARGE_INTEGER *Interval
|
||||
);
|
||||
|
||||
NTSYSCALLAPI
|
||||
ULONG
|
||||
NTAPI
|
||||
NtGetCurrentProcessorNumber(
|
||||
VOID
|
||||
);
|
||||
|
||||
NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
NtGetCurrentProcessorNumberEx(
|
||||
_Out_ PPROCESSOR_NUMBER ProcessorNumber
|
||||
);
|
||||
|
||||
NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
||||
Reference in New Issue
Block a user