Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Represents text encoded as UTF-16 bytes.
Syntax
typedef struct _WS_XML_UTF16_TEXT {
WS_XML_TEXT text;
BYTE *bytes;
ULONG byteCount;
} WS_XML_UTF16_TEXT;
Members
text
The base type for all types that derive from WS_XML_TEXT.
bytes
The bytes that point to UTF-16 encoded data.
byteCount
The length in bytes of the UTF-16 encoded data.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Header | webservices.h |