[DllImport("kernel32.dll", SetLastError = true)]
static extern IntPtr GetCurrentProcess();
Declare Function GetCurrentProcessorNumber Lib "kernel32.dll" (TODO) As TODO
C# Signature (GetCurrentProcessorNumber?):
[DllImport("kernel32.dll", SetLastError = true)]
public static extern int GetCurrentProcessorNumber();