Struct IHardwareID#
Defined in File hw_ident.h
Inheritance Relationships#
Derived Type#
public CHardwareIdent
(Class CHardwareIdent)
Struct Documentation#
-
struct IHardwareID#
Interface to obtain Hardware ID.
Subclassed by CHardwareIdent
Public Functions
-
virtual uint64_t GetHardwareID() = 0#
Gets the hardware ID of the current hardware. It’s same for the all processes running in the same hardware and different for the processes of each different hardwares.
- Returns:
Returns the hardware ID or 0 in case of failure.
-
uint64 GetHardwareID()
Gets the hardware ID of the current hardware. It’s same for the all processes running in the same hardware and different for the processes of each different hardwares.
- Returns:
Returns the hardware ID or 0 in case of failure.
Public Static Attributes
-
static ::sdv::interface_id _id = 0x066FE45EDB695347#
Interface ID.
-
virtual uint64_t GetHardwareID() = 0#