Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a 12 byte fixed point value. (e.g. The value 1.23 represents the text "1.23")
Syntax
typedef struct _WS_XML_DECIMAL_TEXT {
WS_XML_TEXT text;
DECIMAL value;
} WS_XML_DECIMAL_TEXT;
Members
text
The base type for all types that derive from WS_XML_TEXT.
value
The value.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |