28 skip(
"NtGetCurrentProcessorNumberEx is not available\n");
32 memset(&ProcessorNumber, 0xAA,
sizeof(ProcessorNumber));
35 ok(ProcessorNumber.Group < 64,
"Processor group is out of range");
36 ok(ProcessorNumber.Number < 64,
"Processor number is out of range");
37 ok(ProcessorNumber.Reserved == 0,
"Reserved field is not zero");
FN_NtGetCurrentProcessorNumberEx * pNtGetCurrentProcessorNumberEx
NTSTATUS NTAPI FN_NtGetCurrentProcessorNumberEx(_Out_ PPROCESSOR_NUMBER)
#define ok_eq_hex(value, expected)
#define GetProcAddress(x, y)
HMODULE WINAPI DECLSPEC_HOTPATCH GetModuleHandleA(LPCSTR lpModuleName)
#define STATUS_ACCESS_VIOLATION
NTSTATUS NTAPI NtGetCurrentProcessorNumberEx(_Out_ PPROCESSOR_NUMBER ProcessorNumber)