The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CheckGeneratedCPUID


Unit:SDL_cpuid
Class: none
Declaration: function CheckGeneratedCPUID (CPUId: string): boolean;

The function CheckGeneratedCPUID checks if the ID string contained in CPUId is valid. The function returns TRUE if the ID string is valid (i.e. if the CRC check code is correct). The ID string conforms to the format created by the function GenerateCPUId.

Example: This function is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): cpuinfo



Last Update: 2023-Feb-06