WS_XML_BASE64_TEXT structure (webservices.h)

Represents base64 encoded data. (for example, the three bytes { 0, 0, 0 } represent the text "AAAA".)

Syntax

typedef struct _WS_XML_BASE64_TEXT {
  WS_XML_TEXT text;
  BYTE        *bytes;
  ULONG       length;
} WS_XML_BASE64_TEXT;

Members

text

The base type for all types that derive from WS_XML_TEXT.

bytes

The bytes of data.

length

The length of the bytes of 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