CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
win_hostid.h
1
#pragma once
2
3
enum
HOSTID_SOURCES {
4
HID_SourceBIOSUUID = 10,
// SMBIOS UUID
5
HID_SourceMachineRegistry = 20,
// Per-machine registry key
6
HID_SourceUserRegistry = 30,
// Per-user registry key
7
HID_SourceCrypto = 40,
// Windows CryptoAPI MachineGUID
8
HID_SourceComputerName = 50,
// Computer Name
9
};
cx
platform
win
win_hostid.h
Generated by
1.9.8