CEVALUNION

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

Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: Rapitypes.h

See Also

Remote API Unions | CEBLOB

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.