Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WS_VALUE_TYPE enumeration

The types of fixed-size primitives.

Syntax


enum WS_VALUE_TYPE {  WS_BOOL_VALUE_TYPE, 
  WS_INT8_VALUE_TYPE, 
  WS_INT16_VALUE_TYPE, 
  WS_INT32_VALUE_TYPE, 
  WS_INT64_VALUE_TYPE, 
  WS_UINT8_VALUE_TYPE, 
  WS_UINT16_VALUE_TYPE, 
  WS_UINT32_VALUE_TYPE, 
  WS_UINT64_VALUE_TYPE, 
  WS_FLOAT_VALUE_TYPE, 
  WS_DOUBLE_VALUE_TYPE, 
  WS_DECIMAL_VALUE_TYPE, 
  WS_DATETIME_VALUE_TYPE, 
  WS_TIMESPAN_VALUE_TYPE, 
  WS_GUID_VALUE_TYPE, 
  WS_DURATION_VALUE_TYPE 

};

Constants

WS_BOOL_VALUE_TYPE

Used to indicate a BOOL value.

WS_INT8_VALUE_TYPE

Used to indicate a signed 8-bit integer.

WS_INT16_VALUE_TYPE

Used to indicate a signed 16-bit integer.

WS_INT32_VALUE_TYPE

Used to indicate a signed 32-bit integer.

WS_INT64_VALUE_TYPE

Used to indicate a signed 64-bit integer.

WS_UINT8_VALUE_TYPE

Used to indicate an unsigned 8-bit integer.

WS_UINT16_VALUE_TYPE

Used to indicate an unsigned 16-bit integer.

WS_UINT32_VALUE_TYPE

Used to indicate an unsigned 32-bit integer.

WS_UINT64_VALUE_TYPE

Used to indicate an unsigned 64-bit integer.

WS_FLOAT_VALUE_TYPE

Used to indicate a 32-bit floating point value.

WS_DOUBLE_VALUE_TYPE

Used to indicate a 64-bit floating point value.

WS_DECIMAL_VALUE_TYPE

Used to indicate a 96-bit fixed point value.

WS_DATETIME_VALUE_TYPE

Used to indicate a date and time.

WS_TIMESPAN_VALUE_TYPE

Used to indicate a signed 64-bit time period in 100 nanosecond units.

WS_GUID_VALUE_TYPE

Used to indicate a GUID.

WS_DURATION_VALUE_TYPE

Used to indicate a WS_DURATION.

Requirements

Minimum supported client

Windows 7 [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2 [desktop apps | Windows Store apps]

Header

WebServices.h

 

 

Community Additions

Show:
© 2017 Microsoft