vuBIOSSerialNo()
vuBIOSSerialNo(), CSTRING
Description
Returns the BIOS serial number as a CSTRING (alphanumeric value).
Parameters
| Parameter |
Data Type |
Description |
| None |
|
This function takes no parameters |
Returns
A variable-length CSTRING representing the BIOS serial number.
Example
! Embed point: Windows Event / Open Window
MESSAGE('BIOS Serial Number = ' & vuBIOSSerialNo())
Notes
- A window must be open prior to calling this function.
- The earliest this function should be called is in the ABC chain: Windows Events ? Open Window.
- Not all BIOS manufacturers support this function.