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 signed 32 bit integer. (e.g. The value 255 represents the text "255")
Syntax
typedef struct _WS_XML_INT32_TEXT {
WS_XML_TEXT text;
__int32 value;
} WS_XML_INT32_TEXT;
Members
text
The base type for all types that derive from WS_XML_TEXT.
value
The integer 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 |