MLIB
|
Declaration of biosuuid() function. More...
Go to the source code of this file.
Functions | |
bool | mlib::biosuuid (unsigned char *uuid) |
Retrieve BIOS UUUID. | |
Declaration of biosuuid() function.
bool mlib::biosuuid | ( | unsigned char * | uuid | ) |
Retrieve BIOS UUUID.
Get BIOS UUID in a 16 byte array.
uuid | array of 16 bytes where the function returns the BIOS UUID |
true
if successful, false
otherwiseThe BIOS UUID is a unique number tied to the motherboard. This function uses the GetSystemFirmwareTable function to retrieve the UUID is in the System Information table.