CEVALUNION (CEDB) (Windows Embedded CE 6.0)
1/6/2010
This union contains a value for a property.
Syntax
typedef union _CEVALUNION {
short iVal;
USHORT uiVal;
long lVal;
ULONG ulVal;
FILETIME filetime;
LPWSTR lpwstr;
CEBLOB blob;
BOOL boolVal;
double dblVal;
} CEVALUNION;
Members
- iVal
Integer value.
- uiVal
Unsigned integer value.
- lVal
Long integer value.
- ulVal
Unsigned long integer value.
- filetime
A FILETIME structure.
- lpwstr
Pointer to a null-terminated string.
- blob
A CEBLOB (CEDB) structure.
- boolVal
16-bit unsigned integer.
- dblVal
64-bit signed double value.
Requirements
Header | windbase.h |
Windows Embedded CE | Windows CE 1.01 and later |