CEVALUNION (CEDB) (Windows CE 5.0)

Send Feedback

This union contains a value for a property.

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
    FILETIME structure.
  • lpwstr
    Pointer to a null-terminated string.
  • blob
    CEBLOB structure.
  • boolVal
    16-bit unsigned integer.
  • dblVal
    64-bit signed double value.

Requirements

OS Versions: Windows CE 1.01 and later.
Header: Windbase.h.

See Also

CEBLOB | FILETIME

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.