MLIB
Loading...
Searching...
No Matches
biosuuid.h
Go to the documentation of this file.
1/*
2 Copyright (c) Mircea Neacsu (2014-2025) Licensed under MIT License.
3 This file is part of MLIB project. See LICENSE file for full license terms.
4*/
5
7
8#pragma once
9
10namespace mlib {
11
13bool biosuuid (unsigned char* uuid);
14
15} // namespace mlib
bool biosuuid(unsigned char *uuid)
Retrieve BIOS UUUID.
Definition biosuuid.cpp:22