DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference
2.12 - DOS/32 Advanced D32A Library function - d32a_get_cpu_id()
Synopsys:
#include <d32a.h>
char *d32a_get_cpu_id(void);
Description:
This function allows to determine the vendor of the processor installed
into the computer.
Returns:
Pointer to an ASCIIZ (null terminated) string containing CPU vendor
identification string, 12 characters long. If the CPU does not support "cpuid"
command, the returned pointer will point to an empty string of zero length. The most
common strings are:
"GenuineIntel" CPU made by Intel(R)
"AuthenticAMD" CPU made by Advanced Micro Devices (AMD)
"CyrixInstead" CPU made by Cyrix(R)
Copyright © DOS/32 Advanced Team 1996-2002 All Rights Reserved
|