VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Find out the processor type of a system and the total number of processors in a machine using a sin

Roderick Thompson  (12 Submissions)   Windows API Call/Explanation   VB 6.0   Unknown Difficulty   Sun 1st April 2001   Mon 8th February 2021

Find out the processor type of a system and the total number of processors in a machine using a single API call and no components.

API Declarations


Public Type SYSTEM_INFO
dwOemID As Long
dwPageSize As Long
lpMinimumApplicationAddress As Long
lpMaximumApplicationAddress As Long
dwActiveProcessorMask As Long
dwNumberOrfProcessors As Long
dwProcessorType As Long
dwAllocationGranularity As Long
dwReserved As Long
End Type

Rate Find out the processor type of a system and the total number of processors in a machine using a sin (1(1 Vote))
Find out the processor type of a system and the total number of processors in a machine using a sin.bas

Find out the processor type of a system and the total number of processors in a machine using a sin Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters