@msdn=https://msdn.microsoft.com/en-us/library/windows/desktop/ms683181(v=vs.85).aspx @pinvoke=http://pinvoke.net/$$$.htm 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: GetCurrentProcessorNumber@msdn on MSDN
Edit kernel32.GetCurre...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.