DataValue
Module: ecereCOM
Namespace: ecere::com
Type: Structure
Base Class: None
Description
Data type to hold any core C/eC data type from 8 to 64 bit
Properties and Members
(union) | | |
c | char |
uc | byte |
s | short |
us | uint16 |
i | int |
ui | uint |
p | void * |
f | float |
d | double |
i64 | int64 |
ui64 | uint64 |