JCL Help:CPUID

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns information about the processor.


Pascal

 function CPUID: TCpuInfo;


Return Value

CPUID returns information about the processor through a TCpuInfo record.


Description

CPUID is used by GetCpuInfo for obtaining information about the processor. You can call this function directly but it is recommend you use GetCpuInfo instead. If you do call CPUID then keep in mind that the ISFDIVOK, FrequencyInfo and MMX fields of the returned TCpuInfo record contain undefined data.


See Also

GetCpuInfo TCpuInfo TestFDIVInstruction GetCpuSpeed


About

Unit

JclSysInfo


Donator

Bryan Coutch


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page