Custom data type to allow setting UINT64 data type to NULL since C does not support setting basic data types to NULL. More...
#include <NullableDefs.h>
Public Attributes | |
BOOL | isNull |
If this value is set, the value field will be ignored. More... | |
UINT64 | value |
This value is used only if isNull is not set. Can be set to a unsigned 64 bit value. More... | |
Custom data type to allow setting UINT64 data type to NULL since C does not support setting basic data types to NULL.
BOOL NullableUint64::isNull |
If this value is set, the value field will be ignored.
UINT64 NullableUint64::value |
This value is used only if isNull is not set. Can be set to a unsigned 64 bit value.