docs

Home All functions Categories

vuCPUSerialNo()

vuCPUSerialNo(), CSTRING

Description

Returns the CPU serial number. Valid only for Intel Pentium III processors. On Pentium IV and newer, a consistent number may be returned, but it is not the actual CPU serial number and is not guaranteed to be unique.

Parameters

Parameter Data Type Description
None   This function takes no parameters

Returns

A null-terminated CSTRING containing the CPU serial number.

Example

MESSAGE('CPU Serial Number = ' & vuCPUSerialNo())

Notes

Home All functions Categories