CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
hostid.h
Go to the documentation of this file.
1
27
28#pragma once
29
30#include <cx/cx.h>
31
33typedef struct HostID {
34 uint64 id[4];
35 int32 source;
37
47CX_C void hostId(_Out_ HostID *id);
48
CX_C void hostId(HostID *id)
Host identification information.
Definition hostid.h:33
int32 source
Platform-specific source indicator (see platform headers)
Definition hostid.h:35