getcurrentprocessornumber (kernel32)
Last changed: -165.214.12.68

.
Summary
Retrieves the number of the (logical) processor the current thread was running on during the call to this function.

C# Signature:

[DllImport("kernel32.dll", SetLastError = true)]
public static extern int GetCurrentProcessorNumber();

VB Signature:

Declare Function GetCurrentProcessorNumber Lib "kernel32.dll" As Int

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation