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
33
typedef
struct
HostID
{
34
uint64
id
[4];
35
int32
source
;
36
}
HostID
;
37
47
CX_C
void
hostId
(_Out_
HostID
*
id
);
48
hostId
CX_C void hostId(HostID *id)
HostID
Host identification information.
Definition
hostid.h:33
HostID::source
int32 source
Platform-specific source indicator (see platform headers)
Definition
hostid.h:35
cx
sys
hostid.h
Generated by
1.9.8